|
Xm/XmCommandSetValue(o) -- A Command function that replaces a displayed string
|
XmCommandSetValue replaces the string displayed in the command area of the Command widget with the passed XmString. widget Specifies the Command widget ID commandSpecifies the passed XmString For a complete definition of Command and its associated resources, see XmCommand(3X). |
Xm/XmConvertUnits(o) -- A function that converts a value in one unit type to another unit type
|
XmConvertUnits converts the value and returns it as the return value from the function. widget Specifies the widget for which the data is to be converted orientation Specifies whether the converter uses the horizontal or vertical screen resolution when performing the conversions. orientation can have values of XmHORIZONTAL or XmVERTICAL. from_unit_type Specifies the current unit type of the supplied value from_value Specifies the value to be converted to_unit_type Converts the value to the unit ... |
|
Xm/XmCreateArrowButton(o) -- The ArrowButton widget creation function
|
XmCreateArrowButton creates an instance of an ArrowButton 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 ArrowButton and its associated resources, see XmArrowButton(3X).... |
Xm/XmCreateArrowButtonGadget(o) -- The ArrowButtonGadget creation function
|
XmCreateArrowButtonGadget creates an instance of an ArrowButtonGadget 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 ArrowButtonGadget and its associated resources, see XmArrowButtonGadget(3X).... |
Xm/XmCreateBulletinBoard(o) -- The BulletinBoard widget creation function
|
XmCreateBulletinBoard creates an instance of a BulletinBoard 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 BulletinBoard and its associated resources, see XmBulletinBoard(3X).... |
Xm/XmCreateBulletinBoardDialog(o) -- The BulletinBoard BulletinBoardDialog convenience creation function
|
XmCreateBulletinBoardDialog is a convenience creation function that creates a DialogShell and an unmanaged BulletinBoard child of the DialogShell. A BulletinBoardDialog is used for interactions not supported by the standard dialog set. This function does not automatically create any labels, buttons, or other dialog components. Such components should be added by the application after the BulletinBoardDialog is created. Use XtManageChild to pop up the BulletinBoardDialog (passing the BulletinBoard... |
Xm/XmCreateCascadeButton(o) -- The CascadeButton widget creation function
|
XmCreateCascadeButton creates an instance of a CascadeButton widget 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 arglistSpecifies the argument list argcount Specifies the number of attribute/value pairs in the argument list (arglist) For a complete definition of CascadeButton and its associated resources, see XmCascadeButton(3X).... |
Xm/XmCreateCascadeButtonGadget(o) -- 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 arglistSpecifies the argument list argcount Specifies the number of attribute/value pairs in the argument list (arglist) For a complete definition of CascadeButtonGadget and its associated resources, see XmCascadeButtonGadget(3X).... |
Xm/XmCreateCommand(o) -- 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 arglistSpecifies 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(3X). |
Xm/XmCreateDialogShell(o) -- 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 arglistSpecifies 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(3X). |
Xm/XmCreateDragIcon(o) -- 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. arglistSpecifies the argument list. argcount Specifies the number of attribute/value pairs in the argument list (arglist). For a complete definition of DragIcon and its associated reso... |
Xm/XmCreateDrawingArea(o) -- 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 arglistSpecifies 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(3X). |
Xm/XmCreateDrawnButton(o) -- 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 arglistSpecifies 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(3X). |
Xm/XmCreateErrorDialog(o) -- 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 up the ErrorDialog (passing the MessageBox as the widget parameter); use XtUnmanageChild to pop it ... |
Xm/XmCreateFileSelectionBox(o) -- The FileSelectionBox widget creation function
|
XmCreateFileSelectionBox creates an unmanaged FileSelectionBox. A FileSelectionBox is used to select a file and includes the following: o An editable text field for the directory mask o A scrolling list of file names o An editable text field for the selected file o Labels for the list and text fields o Four buttons The default button labels are OK, Filter, Cancel, and Help. Additional work area children may be added to the FileSelectionBox after creation. FileSelectionBox inherits the layout fun... |