Method
Gtk TreeViewColumnset_min_width
Declaration [src]
void
gtk_tree_view_column_set_min_width(
GtkTreeViewColumn*tree_column,
gintmin_width
)
Description [src]
Sets the minimum width of the tree_column. If min_width is -1, then the
minimum width is unset.
Sets property
Gtk.TreeViewColumn:min-width Parameters
min_width-
Type:
gintThe minimum width of the column in pixels, or -1.