優れた組み込みシステム設計のためのミドルウエア、開発ツール、
リアルタイム オペレーティング システム ソフトウエアとサービス

QNX Community Resources

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

PtTreeGoto()

Set the current item

Synopsis:

int PtTreeGoto( PtWidget_t *list, 
                PtTreeItem_t *item );

Description:

This function sets the current item and (if necessary) the current position so that the new current item is visible. If you pass item as NULL, there will be no current item.

Returns:

0
Success.
Nonzero
item belongs to a collapsed subtree, and a callback function prevented the subtree from being expanded.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

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


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