Method
GtkCellViewget_model
since: 2.16
Declaration [src]
GtkTreeModel*
gtk_cell_view_get_model (
GtkCellView* cell_view
)
Description [src]
Returns the model for cell_view
. If no model is used NULL
is returned.
Available since: 2.16
Gets property | Gtk.CellView:model |
Return value
Type: GtkTreeModel
A GtkTreeModel
used or NULL
.
The returned data is owned by the instance. |
The return value can be NULL . |