|
XmCreateCascadeButtonGadget(3) -- The CascadeButtonGadget creation function
|
XmCreateCascadeButtonGadget creates an instance of a CascadeButtonGadget and returns the associated widget ID. parent Specifies the parent widget ID. The parent must be a RowColumn widget. 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 CascadeButtonG... |
XmCreateComboBox(3) -- The default ComboBox widget creation function
|
XmCreateComboBox creates an instance of a ComboBox widget of XmNcomboBoxType XmCOMBO_BOX 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. arg_count Specifies the number of attribute/value pairs in the argument list (arglist). For a complete definition of ComboBox and its associated resou... |
|
XmCreateCommand(3) -- The Command widget creation function
|
XmCreateCommand creates an instance of a Command 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 Command and its associated resources, see XmCommand(3). |
XmCreateCommandDialog(3) -- The Command CommandDialog convenience creation function
|
XmCreateCommandDialog is a convenience function that creates a DialogShell and an unmanaged Command child of the DialogShell. A CommandDialog is used for entering commands for processing. Use XtManageChild to pop up the CommandDialog (passing the Command as the widget parameter); use XtUnmanageChild to pop it down. XmCreateCommandDialog forces the value of the Shell resource XmNallowShellResize to... |
XmCreateContainer(3) -- The Container widget creation function
|
XmCreateContainer creates an instance of a Container 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 Container and its associated resources, see XmContainer(3). |
XmCreateDialogShell(3) -- The DialogShell widget creation function
|
XmCreateDialogShell creates an instance of a DialogShell 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 DialogShell and its associated resources, see XmDialogShell(3). |
XmCreateDragIcon(3) -- A Drag and Drop function that creates a DragIcon widget
|
XmCreateDragIcon creates a DragIcon and returns the associated widget ID. widget Specifies the ID of the widget that the function uses to access default values for visual attributes of the DragIcon. This widget may be different than the actual parent of the DragIcon. name Specifies the name of the DragIcon widget. arglist Specifies the argument list. argcount Specifies the number of attribute/valu... |
XmCreateDrawingArea(3) -- The DrawingArea widget creation function
|
XmCreateDrawingArea creates an instance of a DrawingArea 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 DrawingArea and its associated resources, see XmDrawingArea(3). |
XmCreateDrawnButton(3) -- The DrawnButton widget creation function
|
XmCreateDrawnButton creates an instance of a DrawnButton 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 DrawnButton and its associated resources, see XmDrawnButton(3). |
XmCreateDropDownComboBox(3) -- The Drop-down ComboBox widget creation function
|
XmCreateDropDownComboBox creates an instance of a ComboBox widget of XmNcomboBoxType XmDROP_DOWN_COMBO_BOX 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. arg_count Specifies the number of attribute/value pairs in the argument list (arglist). For a complete definition of ComboBox and it... |
XmCreateDropDownList(3) -- The Drop-down list ComboBox widget creation function
|
XmCreateDropDownList creates an instance of a ComboBox widget of XmNcomboBoxType XmDROP_DOWN_LIST 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. arg_count Specifies the number of attribute/value pairs in the argument list (arglist). For a complete definition of ComboBox and its associa... |
XmCreateErrorDialog(3) -- The MessageBox ErrorDialog convenience creation function
|
XmCreateErrorDialog is a convenience creation function that creates a DialogShell and an unmanaged MessageBox child of the DialogShell. An ErrorDialog warns the user of an invalid or potentially dangerous condition. It includes a symbol, a message, and three buttons. The default symbol is an octagon with a diagonal slash. The default button labels are OK, Cancel, and Help. Use XtManageChild to pop... |
XmCreateFileSelectionBox(3) -- The FileSelectionBox widget creation function
|
XmCreateFileSelectionBox creates an unmanaged FileSelectionBox. A FileSelectionBox is used to select a file and includes the following: + An editable text field for the directory mask + A scrolling list of filenames + An editable text field for the selected file + Labels for the list and text fields + Four buttons The default button labels are OK, Filter, Cancel, and Help. Additional work area chi... |
XmCreateFileSelectionDialog(3) -- The FileSelectionBox FileSelectionDialog convenience creation function
|
XmCreateFileSelectionDialog is a convenience creation function that creates a DialogShell and an unmanaged FileSelectionBox child of the DialogShell. A FileSelectionDialog selects a file. It includes the following: + An editable text field for the directory mask + A scrolling list of filenames + An editable text field for the selected file + Labels for the list and text fields + Four buttons The d... |
XmCreateForm(3) -- The Form widget creation function
|
XmCreateForm creates an instance of a Form 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 Form and its associated resources, see XmForm(3). |