|
Xm/XmCreateFileSelectionDialog(o) -- 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: o An editable text field for the directory mask o A scrolling list of filenames 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. One additional WorkArea child may be added t... |
Xm/XmCreateForm(o) -- 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 arglistSpecifies 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(3X). |
|
Xm/XmCreateFormDialog(o) -- A Form FormDialog convenience creation function
|
XmCreateFormDialog is a convenience creation function that creates a DialogShell and an unmanaged Form child of the DialogShell. A FormDialog 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 FormDialog is created. Use XtManageChild to pop up the FormDialog (passing the Form as the widget parameter); use XtUnmanageChild to pop ... |
Xm/XmCreateFrame(o) -- The Frame widget creation function
|
XmCreateFrame creates an instance of a Frame 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 Frame and its associated resources, see XmFrame(3X). |
Xm/XmCreateInformationDialog(o) -- The MessageBox InformationDialog convenience creation function
|
XmCreateInformationDialog is a convenience creation function that creates a DialogShell and an unmanaged MessageBox child of the DialogShell. An InformationDialog gives the user information, such as the status of an action. It includes a symbol, a message, and three buttons. The default symbol is a lower case i. The default button labels are OK, Cancel, and Help. Use XtManageChild to pop up the InformationDialog (passing the MessageBox as the widget parameter); use XtUnmanageChild to pop it down... |
Xm/XmCreateLabel(o) -- The Label widget creation function
|
XmCreateLabel creates an instance of a Label 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 Label and its associated resources, see XmLabel(3X). |
Xm/XmCreateLabelGadget(o) -- The LabelGadget creation function
|
XmCreateLabelGadget creates an instance of a LabelGadget 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 LabelGadget and its associated resources, see XmLabelGadget(3X). |
Xm/XmCreateList(o) -- The List widget creation function
|
XmCreateList creates an instance of a List 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 List and its associated resources, see XmList(3X). |
Xm/XmCreateMainWindow(o) -- The MainWindow widget creation function
|
XmCreateMainWindow creates an instance of a MainWindow 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 MainWindow and its associated resources, see XmMainWindow(3X). |
Xm/XmCreateMenuBar(o) -- A RowColumn widget convenience creation function
|
XmCreateMenuBar creates an instance of a RowColumn widget of type XmMENU_BAR and returns the associated widget ID.It is provided as a convenience function for creating RowColumn widgets configured to operate as a MenuBar and is not implemented as a separate widget class. The MenuBar widget is generally used for building a Pulldown menu system. Typically, a MenuBar is created and placed along the top of the application window, and several CascadeButtons are inserted as the children. Each of the C... |
Xm/XmCreateMenuShell(o) -- The MenuShell widget creation function
|
XmCreateMenuShell creates an instance of a MenuShell 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 MenuShell and its associated resources, see XmMenuShell(3X). |
Xm/XmCreateMessageBox(o) -- The MessageBox widget creation function
|
XmCreateMessageBox creates an unmanaged MessageBox. A MessageBox is used for common interaction tasks, which include giving information, asking questions, and reporting errors. It includes an optional symbol, a message, and three buttons. By default, there is no symbol. The default button labels are OK, Cancel, and Help. If the parent of the MessageBox is a DialogShell, use XtManageChild to pop up the MessageBox (passing the MessageBox as the widget parameter); use XtUnmanageChild to pop it down... |
Xm/XmCreateMessageDialog(o) -- The MessageBox MessageDialog convenience creation function
|
XmCreateMessageDialog is a convenience creation function that creates a DialogShell and an unmanaged MessageBox child of the DialogShell. A MessageDialog is used for common interaction tasks, which include giving information, asking questions, and reporting errors. It includes a symbol, a message, and three buttons. By default, there is no symbol. The default button labels are OK, Cancel, and Help. Use XtManageChild to pop up the MessageDialog (passing the MessageBox as the widget parameter); us... |
Xm/XmCreateOptionMenu(o) -- A RowColumn widget convenience creation function
|
XmCreateOptionMenu creates an instance of a RowColumn widget of type XmMENU_OPTION and returns the associated widget ID. It is provided as a convenience function for creating a RowColumn widget configured to operate as an OptionMenu and is not implemented as a separate widget class. The OptionMenu widget is a specialized RowColumn manager composed of a label, a selection area, and a single Pulldown MenuPane. When an application creates an OptionMenu widget, it supplies the label string and the P... |
Xm/XmCreatePanedWindow(o) -- The PanedWindow widget creation function
|
XmCreatePanedWindow creates an instance of a PanedWindow 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 PanedWindow and its associated resources, see XmPanedWindow(3X). |