Constructor
GcrUiTreeSelectornew
Declaration [src]
GcrTreeSelector*
gcr_tree_selector_new (
GcrCollection* collection,
const GcrColumn* columns
)
Parameters
collection |
GcrCollection* |
The collection that contains the objects to display. |
|
The data is owned by the caller of the function. | |
columns |
const GcrColumn* |
The columns to use to display the objects. |
|
The data is owned by the caller of the function. |
Return value
Returns: | GcrTreeSelector |
A newly allocated selector, which should be
released with |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |