Method
GtkColumnViewCellget_child
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
Returns: | GtkWidget |
The child. |
|
The data is owned by the instance. | |
The return value can be NULL . |