|
Xm/XmCreatePopupMenu(o) -- A RowColumn widget convenience creation function
|
XmCreatePopupMenu creates an instance of a RowColumn widget of type XmMENU_POPUP and returns the associated widget ID. When using this function to create the Popup MenuPane, a MenuShell widget is automatically created as the parent of the MenuPane. The parent of the MenuShell widget is the widget indicated by the parent parameter. XmCreatePopupMenu is provided as a convenience function for creating RowColumn widgets configured to operate as Popup MenuPanes and is not implemented as a separate wi... |
Xm/XmCreatePromptDialog(o) -- The SelectionBox PromptDialog convenience creation function
|
XmCreatePromptDialog is a convenience creation function that creates a DialogShell and an unmanaged SelectionBox child of the DialogShell. A PromptDialog prompts the user for text input. It includes a message, a text input region, and three managed buttons. The default button labels are OK, Cancel, and Help. An additional button, with Apply as the default label, is created unmanaged; it may be explicitly managed if needed. One additional WorkArea child may be added to the SelectionBox after crea... |
|
Xm/XmCreatePulldownMenu(o) -- A RowColumn widget convenience creation function
|
XmCreatePulldownMenu creates an instance of a RowColumn widget of type XmMENU_PULLDOWN and returns the associated widget ID. When using this function to create the Pulldown MenuPane, a MenuShell widget is automatically created as the parent of the MenuPane. If the widget specified by the parent parameter is a Popup or a Pulldown MenuPane, the MenuShell widget is created as a child of the parent's MenuShell; otherwise, it is created as a child of the specified parent widget. XmCreatePulldownMenu... |
Xm/XmCreatePushButton(o) -- 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 arglistSpecifies 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(3X). |
Xm/XmCreatePushButtonGadget(o) -- 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 arglistSpecifies 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 XmPushButtonGadget(3X).... |
Xm/XmCreateQuestionDialog(o) -- 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 (passing the MessageBox as the widget parameter); use XtUnmanageChild to pop it down. parent Specif... |
Xm/XmCreateRadioBox(o) -- 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 RowColumn resources. It initializes XmNpacking to XmPACK_COLUMN, XmNradioBehavior to True, XmNisHom... |
Xm/XmCreateRowColumn(o) -- 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 MenuPane. The application must first create the MenuShell by using either XmCreateMenuShell or the standard toolkit create ... |
Xm/XmCreateScale(o) -- 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 arglistSpecifies 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(3X). |
Xm/XmCreateScrollBar(o) -- 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 arglistSpecifies 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(3X). |
Xm/XmCreateScrolledList(o) -- The List ScrolledList convenience creation function
|
XmCreateScrolledList creates an instance of a List widget that is contained within a ScrolledWindow. All ScrolledWindow subarea widgets are automatically created by this function. The ID returned by this function is that of the List widget. Use this ID for all normal List operations, as well as those that are relevant for the ScrolledList widget. All arguments to either the List or the ScrolledWindow widget can be specified at creation time using this function. Changes to initial position and si... |
Xm/XmCreateScrolledText(o) -- The TextScrolledText convenience creation function
|
XmCreateScrolledText creates an instance of a Text widget that is contained within a ScrolledWindow. All ScrolledWindow subarea widgets are automatically created by this function. The ID returned by this function is that of the Text widget. Use this ID for all normal Text operations, as well as those that are relevant for the ScrolledText widget. The Text widget defaults to single-line text edit; therefore, no ScrollBars are displayed. The Text resource XmNeditMode must be set to XmMULTI_LINE_ED... |
Xm/XmCreateScrolledWindow(o) -- 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 arglistSpecifies 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 XmScrolledWindow(3X).... |
Xm/XmCreateSelectionBox(o) -- 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: o A scrolling list of alternatives o An editable text field for the selected alternative o Labels for the list and text field o Three or four buttons The default button labels are OK, Cancel, and Help. By default an Apply button is also created; if the parent of the SelectionBox is a DialogShell it is managed, and otherwise it is ... |
Xm/XmCreateSelectionDialog(o) -- 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: o A scrolling list of alternatives o An editable text field for the selected alternative o Labels for the text field o Four buttons The default button labels are OK, Cancel, Apply, and Help. One additional WorkArea child may be added to t... |