Virtual Method
GtkCellLayoutget_area
Declaration [src]
GtkCellArea*
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 called function. | |
| The return value can be NULL. |