Method

GntTreeset_col_width

Declaration [src]

void
gnt_tree_set_col_width (
  GntTree* tree,
  int col,
  int width
)

Description [src]

Set the width of a column in the tree.

See gnt_tree_set_column_width_ratio(), gnt_tree_set_column_resizable()

Parameters

col

Type: int

The index of the column.

width

Type: int

The width for the column.