Method
GtkColumnViewColumnset_fixed_width
Declaration [src]
void
gtk_column_view_column_set_fixed_width (
GtkColumnViewColumn* self,
int fixed_width
)
Description [src]
Sets the fixed width of the column.
If fixed_width
is -1, the fixed width of the column is unset.
Setting a fixed width overrides the automatically calculated width. Interactive resizing also sets the “fixed-width” property.
Sets property | Gtk.ColumnViewColumn:fixed-width |