Method

GntTreeset_column_visible

Declaration [src]

void
gnt_tree_set_column_visible (
  GntTree* tree,
  int col,
  gboolean vis
)

Description [src]

Set whether a column is visible or not. This can be useful when, for example, we want to store some data which we don’t want/need to display.

Parameters

col

Type: int

The index of the column.

vis

Type: gboolean

If FALSE, the column will not be displayed.