gtkCellRendererGetAlignment {RGtk2}R Documentation

gtkCellRendererGetAlignment

Description

Fills in xalign and yalign with the appropriate values of cell.

Usage

gtkCellRendererGetAlignment(object, xalign, yalign)

Arguments

object

A GtkCellRenderer

xalign

location to fill in with the x alignment of the cell, or NULL. [ allow-none ]

yalign

location to fill in with the y alignment of the cell, or NULL. [ allow-none ]

Details

Since 2.18

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]