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

NAME

6       XmComboBoxSelectItem — select a XmComboBox item
7

SYNOPSIS

9       #include <Xm/ComboBox.h>
10       void XmComboBoxSelectItem(
11       Widget w,
12       XmString item);
13

DESCRIPTION

15       The  XmComboBoxSelectItem function selects an item in the XmList of the
16       XmComboBox widget.
17
18       The w argument specifies the XmComboBox widget ID.
19
20       The item argument specifies the XmString of the item  to  be  selected.
21       If the item is not found on the list, XmComboBoxSelectItem notifies the
22       user via the XtWarning function.
23

RETURN VALUE

25       The XmComboBoxSelectItem function returns no value.
26

SEE ALSO

28       XmComboBoxAddItem(3),   XmComboBoxDeletePos(3),   XmComboBoxSetItem(3);
29       XtWarning(3).  in the  CAE Specification,  Window Management: X Toolkit
30       Intrinsics.
31
32
33
34                                            XmComboBoxSelectItem(library call)
Impressum