Method

GtkTreeViewColumnset_min_width

Declaration [src]

void
gtk_tree_view_column_set_min_width (
  GtkTreeViewColumn* tree_column,
  gint min_width
)

Description [src]

Sets the minimum width of the tree_column. If min_width is -1, then the minimum width is unset.

Parameters

min_width

Type: gint

The minimum width of the column in pixels, or -1.