1XmComboBoxUpdate(library call)                  XmComboBoxUpdate(library call)
2
3
4

NAME

6       XmComboBoxUpdate — A ComboBox function that resynchronizes data
7

SYNOPSIS

9       #include <Xm/ComboBox.h>
10       void XmComboBoxUpdate(
11       Widget widget);
12

DESCRIPTION

14       XmComboBoxUpdate resynchronizes the internal data structures of a spec‐
15       ified ComboBox widget. This function  is  useful  when  an  application
16       manipulates  ComboBox's  child  widgets,  possibly changing data struc‐
17       tures. For example, you might want to use the XmComboBoxUpdate function
18       after  a ComboBox List child selection has been changed without notifi‐
19       cation.
20
21       widget    Specifies the ComboBox widget ID.
22
24       XmComboBox(3).
25
26
27
28                                                XmComboBoxUpdate(library call)
Impressum