Method

Gtk.CellView.get_model

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.

Return value

Returns: GtkTreeModel

a GtkTreeModel used or NULL

Ownership is not transferred to the caller
Can be NULL