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

NAME

6       XmCreateRowColumn — The RowColumn widget creation function
7

SYNOPSIS

9       #include <Xm/RowColumn.h>
10       Widget XmCreateRowColumn(
11       Widget parent,
12       String name,
13       ArgList arglist,
14       Cardinal argcount);
15

DESCRIPTION

17       XmCreateRowColumn creates an instance of a RowColumn widget and returns
18       the associated widget ID. If XmNrowColumnType is not specified, then it
19       is created with XmWORK_AREA, which is the default.
20
21       If this function is used to create a Popup Menu of type XmMENU_POPUP or
22       a Pulldown Menu of type XmMENU_PULLDOWN,  a  MenuShell  widget  is  not
23       automatically  created  as the parent of the menu pane. The application
24       must first create the MenuShell by using  either  XmCreateMenuShell  or
25       the standard toolkit create function.
26
27       parent    Specifies the parent widget ID
28
29       name      Specifies the name of the created widget
30
31       arglist   Specifies the argument list
32
33       argcount  Specifies the number of attribute/value pairs in the argument
34                 list (arglist)
35
36       For a complete definition of RowColumn and  its  associated  resources,
37       see XmRowColumn(3).
38

RETURN

40       Returns the RowColumn widget ID.
41
43       XmCreateMenuBar(3), XmCreateMenuShell(3), XmCreateOptionMenu(3), XmCre‐
44       atePopupMenu(3), XmCreatePulldownMenu(3),  XmCreateRadioBox(3),  XmCre‐
45       ateSimpleCheckBox(3),  XmCreateSimpleMenuBar(3),  XmCreateSimpleOption‐
46       Menu(3),   XmCreateSimplePopupMenu(3),   XmCreateSimplePulldownMenu(3),
47       XmCreateSimpleRadioBox(3),     XmCreateWorkArea(3),     XmRowColumn(3),
48       XmVaCreateSimpleCheckBox(3), XmVaCreateSimpleMenuBar(3), XmVaCreateSim‐
49       pleOptionMenu(3),  XmVaCreateSimplePopupMenu(3),  XmVaCreateSimplePull‐
50       downMenu(3), and XmVaCreateSimpleRadioBox(3).
51
52
53
54                                               XmCreateRowColumn(library call)
Impressum