XmComboBoxUpdate
A ComboBox function that resynchronizes data
- Provided by: libmotif-dev (Version: 2.3.4-10)
- Source: motif
- Report a bug
A ComboBox function that resynchronizes data
#include <Xm/ComboBox.h> void XmComboBoxUpdate( Widget widget);
XmComboBoxUpdate resynchronizes the internal data structures of a specified ComboBox widget. This function is useful when an application manipulates ComboBox's child widgets, possibly changing data structures. For example, you might want to use the XmComboBoxUpdate function after a ComboBox List child selection has been changed without notification.