| gtkCellRendererGetSize {RGtk2.10} | R Documentation |
Obtains the width and height needed to render the cell. Used by view widgets
to determine the appropriate size for the cell_area passed to
gtkCellRendererRender. If cell.area is not NULL, fills in the x and y
offsets (if set) of the cell relative to this location. Please note that the
values set in width and height, as well as those in x.offset and y.offset
are inclusive of the xpad and ypad properties.
gtkCellRendererGetSize(object, widget, cell.area = NULL)
|
[GtkCellRenderer] a GtkCellRenderer |
|
[GtkWidget] the widget the renderer is rendering to |
|
[GdkRectangle] The area a cell will be allocated, or NULL |
A list containing the following elements:
|
[integer] location to return x offset of cell relative to cell.area, or NULL |
|
[integer] location to return y offset of 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