Constructor

GntTreenew_with_columns

Declaration [src]

GntWidget*
gnt_tree_new_with_columns (
  int columns
)

Description [src]

Create a tree with a specified number of columns.

See gnt_tree_new().

Parameters

columns

Type: int

Number of columns.

Return value

Type: GntWidget

The newly created tree.

The caller of the function takes ownership of the data, and is responsible for freeing it.