Method
Gtk.ColumnViewColumn.get_column_view
Declaration [src]
GtkColumnView*
gtk_column_view_column_get_column_view (
GtkColumnViewColumn* self
)
Description [src]
Gets the column view that’s currently displaying this column.
If self
has not been added to a column view yet, NULL
is returned.
Gets property | Gtk.ColumnViewColumn:column-view |
Return value
Returns: GtkColumnView |
|
The column view displaying |
|
Ownership is not transferred to the caller | |
Can be NULL |