Method

GtkCellLayoutget_area

since: 3.0

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.

Available since: 3.0

Return value

Type: GtkCellArea

The cell area used by cell_layout, or NULL in case no cell area is used.

The returned data is owned by the instance.
The return value can be NULL.