logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XmComboBoxUpdate — A ComboBox function that resynchronizes data

Description

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.

       widget    Specifies the ComboBox widget ID.

Name

XmComboBoxUpdate — A ComboBox function that resynchronizes data

Synopsis

       #include <Xm/ComboBox.h>
       voidXmComboBoxUpdate(
       Widgetwidget);

See Also