Description Usage Arguments Details Value Author(s)
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.
1 | gtkCellRendererGetSize(object, widget, cell.area = NULL)
|
|
a |
|
the widget the renderer is rendering to |
|
The area a cell will be allocated, or |
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.
A list containing the following elements:
|
location to return x offset of cell relative to |
|
location to return y offset of cell relative to |
|
location to return width needed to render a cell, or |
|
location to return height needed to render a cell, or |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.