Method

GntTreeset_column_resizable

since: 2.1

Declaration [src]

void
gnt_tree_set_column_resizable (
  GntTree* tree,
  int col,
  gboolean res
)

Description [src]

Set whether a column can be resized to keep the same ratio when the tree is resized.

See gnt_tree_set_col_width(), gnt_tree_set_column_width_ratio().

Available since: 2.1

Parameters

col

Type: int

The index of the column.

res

Type: gboolean

If FALSE, the column will not be resized when the tree is resized.