Method

GntTreecreate_row

Declaration [src]

GntTreeRow*
gnt_tree_create_row (
  GntTree* tree,
  ...
)

Description [src]

Create a row to insert in the tree.

See gnt_tree_create_row_from_list(), gnt_tree_add_row_after(), gnt_tree_add_row_last(), gnt_tree_add_choice().

This method is not directly available to language bindings.

Parameters

...

Type: 

A string for each column in the tree.

Return value

Type: GntTreeRow

The row.

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