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

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()


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