[Previous] [Contents] [Index] [Next]

PtTreeGetCurrent()

Get the current item

Synopsis:

PtTreeItem_t *PtTreeGetCurrent( 
                   const PtWidget_t *widget );

Description:

This function returns a pointer to the current item in the given PtTree widget.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtTree, PtTreeClearSelection(), PtTreeGetSelIndexes(), PtTreeGoto(), PtTreeItem_t, PtTreeRootItem(), PtTreeSelect(), PtTreeSelectedItems(), PtTreeSetSelIndexes(), PtTreeShow(), PtTreeUnselect(), PtTreeUnselectNonBrothers()


[Previous] [Contents] [Index] [Next]