XmComboBoxUpdate(library call) XmComboBoxUpdate(library call)
NAME [Toc] [Back]
XmComboBoxUpdate - A ComboBox function that resynchronizes data
SYNOPSIS [Toc] [Back]
#include <Xm/ComboBox.h>
void XmComboBoxUpdate(
Widget widget);
DESCRIPTION [Toc] [Back]
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.
RELATED INFORMATION [Toc] [Back]
XmComboBox(3).
- 1 - Formatted: January 24, 2005 [ Back ] |