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

QNX Community Resources

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

PtWidgetRid()

Get a widget's region ID

Synopsis:

PhRid_t PtWidgetRid( PtWidget_t *widget );

Description:

This function returns the region ID of the specified widget. If widget doesn't have a region, the function returns 0.

Examples:

See PtGetParent().

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtWidgetBrotherBehind(), PtWidgetBrotherInFront(), PtWidgetChildFront(), PtWidgetChildBack(), PtWidgetFamily(), PtWidgetParent(), PtWidgetToBack(), PtWidgetToFront()


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