Method
GtkCellLayoutget_area
Declaration [src]
GtkCellArea*
gtk_cell_layout_get_area (
GtkCellLayout* cell_layout
)
Description [src]
Returns the underlying GtkCellArea
which might be cell_layout
if called on a GtkCellArea
or might be NULL
if no GtkCellArea
is used by cell_layout
.
Return value
Returns: | GtkCellArea |
The cell area used by |
|
The data is owned by the instance. | |
The return value can be NULL . |