PtComboBoxListClose()

Close an open combobox list

Synopsis:

int PtComboBoxListClose( PtWidget_t *widget );

Description:

This function closes 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:

PtComboBoxListOpen()