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...
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. T...
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 th...
XmCreateScale creates an instance of a Scale widget and returns the associated widget ID. Specifies the parent widget ID Specifies the name of the created widget Specifies the argument list Specifies ...
XmCreateScrollBar creates an instance of a ScrollBar widget and returns the associated widget ID. Specifies the parent widget ID Specifies the name of the created widget Specifies the argument list Sp...
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 t...
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 t...
XmCreateScrolledWindow creates an instance of a ScrolledWindow widget and returns the associated widget ID. Specifies the parent widget ID Specifies the name of the created widget Specifies the argume...
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...
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 ...
XmCreateSeparator creates an instance of a Separator widget and returns the associated widget ID. Specifies the parent widget ID Specifies the name of the created widget Specifies the argument list Sp...
XmCreateSeparatorGadget creates an instance of a SeparatorGadget widget and returns the associated widget ID. Specifies the parent widget ID Specifies the name of the created widget Specifies the argu...
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 CheckB...
XmCreateSimpleMenuBar creates an instance of a RowColumn widget of type XmMENU_BAR and returns the associated widget ID. This routine creates a MenuBar and its CascadeButtonGadget children. The name o...
XmCreateSimpleOptionMenu creates an instance of a RowColumn widget of type XmMENU_OPTION and returns the associated widget ID. This routine creates an Option Menu and its submenu containing PushButton...