|
XmCreatePushButton(3) -- The PushButton widget creation function
|
XmCreatePushButton creates an instance of a PushButton widget and returns the associated widget ID. parent Specifies the parent widget ID name Specifies the name of the created widget arglist Specifies the argument list argcount Specifies the number of attribute/value pairs in the argument list (arglist) For a complete definition of PushButton and its associated resources, see XmPushButton(3). |
XmCreatePushButtonGadget(3) -- The PushButtonGadget creation function
|
XmCreatePushButtonGadget creates an instance of a PushButtonGadget widget and returns the associated widget ID. parent Specifies the parent widget ID name Specifies the name of the created widget arglist Specifies the argument list argcount Specifies the number of attribute/value pairs in the argument list (arglist) For a complete definition of PushButtonGadget and its associated resources, see Xm... |
|
XmCreateQuestionDialog(3) -- The MessageBox QuestionDialog convenience creation function
|
XmCreateQuestionDialog is a convenience creation function that creates a DialogShell and an unmanaged MessageBox child of the DialogShell. A QuestionDialog is used to get the answer to a question from the user. It includes a symbol, a message, and three buttons. The default symbol is a question mark. The default button labels are OK, Cancel, and Help. Use XtManageChild to pop up the QuestionDialog... |
XmCreateRadioBox(3) -- A RowColumn widget convenience creation function
|
XmCreateRadioBox creates an instance of a RowColumn widget of type XmWORK_AREA and returns the associated widget ID. Typically, this is a composite widget that contains multiple ToggleButtonGadgets. The RadioBox arbitrates and ensures that at most one ToggleButtonGadget is on at any time. Unless the application supplies other values in the arglist, this function provides initial values for several... |
XmCreateRowColumn(3) -- The RowColumn widget creation function
|
XmCreateRowColumn creates an instance of a RowColumn widget and returns the associated widget ID. If XmNrowColumnType is not specified, then it is created with XmWORK_AREA, which is the default. If this function is used to create a Popup Menu of type XmMENU_POPUP or a Pulldown Menu of type XmMENU_PULLDOWN, a MenuShell widget is not automatically created as the parent of the menu pane. The applicat... |
XmCreateScale(3) -- The Scale widget creation function
|
XmCreateScale creates an instance of a Scale widget and returns the associated widget ID. parent Specifies the parent widget ID name Specifies the name of the created widget arglist Specifies the argument list argcount Specifies the number of attribute/value pairs in the argument list (arglist) For a complete definition of Scale and its associated resources, see XmScale(3). |
XmCreateScrollBar(3) -- The ScrollBar widget creation function
|
XmCreateScrollBar creates an instance of a ScrollBar widget and returns the associated widget ID. parent Specifies the parent widget ID name Specifies the name of the created widget arglist Specifies the argument list argcount Specifies the number of attribute/value pairs in the argument list (arglist) For a complete definition of ScrollBar and its associated resources, see XmScrollBar(3). |
XmCreateScrolledList(3) -- The List ScrolledList convenience creation function
|
XmCreateScrolledList creates an instance of a List widget that is contained within a ScrolledWindow. The ScrolledWindow parent is created managed. All ScrolledWindow subarea widgets are automatically created by this function. The ID returned by this function is that of the List widget (not the ScrolledWindow widget). Use this widget ID for all operations on the List widget. Use the widget ID of th... |
XmCreateScrolledText(3) -- The Text ScrolledText convenience creation function
|
XmCreateScrolledText creates an instance of a Text widget that is contained within a ScrolledWindow. The ScrolledWindow parent is created managed. All ScrolledWindow subarea widgets are automatically created by this function. The ID returned by this function is that of the Text widget (not the ScrolledWindow widget). Use this widget ID for all operations on the Text widget. Use the widget ID of th... |
XmCreateScrolledWindow(3) -- The ScrolledWindow widget creation function
|
XmCreateScrolledWindow creates an instance of a ScrolledWindow widget and returns the associated widget ID. parent Specifies the parent widget ID name Specifies the name of the created widget arglist Specifies the argument list argcount Specifies the number of attribute/value pairs in the argument list (arglist) For a complete definition of ScrolledWindow and its associated resources, see XmScroll... |
XmCreateSelectionBox(3) -- The SelectionBox widget creation function
|
XmCreateSelectionBox creates an unmanaged SelectionBox. A SelectionBox is used to get a selection from a list of alternatives from the user and includes the following: + A scrolling list of alternatives + An editable text field for the selected alternative + Labels for the list and text field + Three or four buttons The default button labels are OK, Cancel, and Help. By default, an Apply button is... |
XmCreateSelectionDialog(3) -- The SelectionBox SelectionDialog convenience creation function
|
XmCreateSelectionDialog is a convenience creation function that creates a DialogShell and an unmanaged SelectionBox child of the DialogShell. A SelectionDialog offers the user a choice from a list of alternatives and gets a selection. It includes the following: + A scrolling list of alternatives + An editable text field for the selected alternative + Labels for the text field + Four buttons The de... |
XmCreateSeparator(3) -- The Separator widget creation function
|
XmCreateSeparator creates an instance of a Separator widget and returns the associated widget ID. parent Specifies the parent widget ID name Specifies the name of the created widget arglist Specifies the argument list argcount Specifies the number of attribute/value pairs in the argument list (arglist) For a complete definition of Separator and its associated resources, see XmSeparator(3). |
XmCreateSeparatorGadget(3) -- The SeparatorGadget creation function
|
XmCreateSeparatorGadget creates an instance of a SeparatorGadget widget and returns the associated widget ID. parent Specifies the parent widget ID name Specifies the name of the created widget arglist Specifies the argument list argcount Specifies the number of attribute/value pairs in the argument list (arglist) For a complete definition of SeparatorGadget and its associated resources, see XmSep... |
XmCreateSimpleCheckBox(3) -- A RowColumn widget convenience creation function
|
XmCreateSimpleCheckBox creates an instance of a RowColumn widget of type XmWORK_AREA and returns the associated widget ID. This routine creates a CheckBox and its ToggleButtonGadget children. A CheckBox is similar to a RadioBox, except that more than one button can be selected at a time. The name of each button is button_n, where n, where n is an integer from 0 (zero) to the number of buttons in t... |