Description Usage Arguments Author(s)
Sets the selection function. If set, this function is called before any node
is selected or unselected, giving some control over which nodes are selected.
The select function should return TRUE
if the state of the node may be toggled,
and FALSE
if the state of the node should be left unchanged.
1 | gtkTreeSelectionSetSelectFunction(object, func, data = NULL)
|
|
A |
|
The selection function. |
|
The selection function's data. |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.