Method
GtkColumnViewCellget_child
since: 4.12
Declaration [src]
GtkWidget*
gtk_column_view_cell_get_child (
GtkColumnViewCell* self
)
Description [src]
Gets the child previously set via gtk_column_view_cell_set_child()
or
NULL
if none was set.
Available since: 4.12
Gets property | Gtk.ColumnViewCell:child |
Return value
Type: GtkWidget
The child.
The returned data is owned by the instance. |
The return value can be NULL . |