gtkTreeViewColumnCellGetSize {RGtk2} | R Documentation |
Obtains the width and height needed to render the column. This is used
primarily by the GtkTreeView
.
gtkTreeViewColumnCellGetSize(object)
|
[GtkTreeViewColumn ] A GtkTreeViewColumn . |
A list containing the following elements:
|
[GdkRectangle ] The area a cell in the column will be allocated, or NULL |
|
[integer] location to return x offset of a cell relative to cell.area , or NULL |
|
[integer] location to return y offset of a cell relative to cell.area , or NULL |
|
[integer] location to return width needed to render a cell, or NULL |
|
[integer] location to return height needed to render a cell, or NULL |
Derived by RGtkGen from GTK+ documentation