Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

PtComboBoxListOpen()

Open a combobox list

Synopsis:

int PtComboBoxListOpen( PtWidget_t *widget );

Description:

This function opens/drops down the list in a PtComboBox widget.

Returns:

0
Success.
-1
The specified widget isn't a PtComboBox widget.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtComboBoxListClose()