Method

Gtk.ColumnView.remove_column

Declaration [src]

void
gtk_column_view_remove_column (
  GtkColumnView* self,
  GtkColumnViewColumn* column
)

Description [src]

Removes the column from the list of columns of self.

Parameters

column GtkColumnViewColumn
 

a GtkColumnViewColumn that’s part of self

 Ownership is not transferred to the callee