*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages              
Title
Content
Arch
Section
 
 Xm/XmCreateSeparator(o) -- The Separator widget creation function
    XmCreateSeparator creates an instance of a Separator 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 Separator and its associated resources, see XmSeparator(3X).
 Xm/XmCreateSeparatorGadget(o) -- The SeparatorGadget creation function
    XmCreateSeparatorGadget creates an instance of a SeparatorGadget 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 SeparatorGadget and its associated resources, see XmSeparatorGadget(3X)....
 Xm/XmCreateSimpleCheckBox(o) -- A RowColumn widget convenience creation function
    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 CheckBox is similar to a RadioBox, except that more than one button can be selected at a time. The name of each button is button_n, where n is an integer from 0 to one minus the number of buttons in the menu. Buttons are named and created in the order in which they are specified in the RowColumn simple me...
 Xm/XmCreateSimpleMenuBar(o) -- A RowColumn widget convenience creation function
    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 of each button is button_n, where n is an integer from 0 to one minus the number of buttons in the menu. Buttons are named and created in the order in which they are specified in the RowColumn simple menu creation resources supplied in the argument list. parent Specifies the parent widget ID name Spe...
 Xm/XmCreateSimpleOptionMenu(o) -- A RowColumn widget convenience creation function
    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 PushButtonGadget or CascadeButtonGadget children. The name of each button is button_n, where n is an integer from 0 to one minus the number of buttons in the menu. The name of each separator is separator_n, where n is an integer from 0 to one minus the number of separators in the menu. Buttons and separators ...
 Xm/XmCreateSimplePopupMenu(o) -- A RowColumn widget convenience creation function
    XmCreateSimplePopupMenu creates an instance of a RowColumn widget of type XmMENU_POPUP and returns the associated widget ID. This routine creates a Popup MenuPane and its button children. The name of each button is button_n, where n is an integer from 0 to one minus the number of buttons in the menu. The name of each separator is separator_n, where n is an integer from 0 to one minus the number of separators in the menu. The name of each title is label_n, where n is an integer from 0 to one minu...
 Xm/XmCreateSimplePulldownMenu(o) -- A RowColumn widget convenience creation function
    XmCreateSimplePulldownMenu creates an instance of a RowColumn widget of type XmMENU_PULLDOWN and returns the associated widget ID. This routine creates a Pulldown MenuPane and its button children. The name of each button is button_n, where n is an integer from 0 to one minus the number of buttons in the menu. The name of each separator is separator_n, where n is an integer from 0 to one minus the number of separators in the menu. The name of each title is label_n, where n is an integer from 0 to...
 Xm/XmCreateSimpleRadioBox(o) -- A RowColumn widget convenience creation function
    XmCreateSimpleRadioBox creates an instance of a RowColumn widget of type XmWORK_AREA and returns the associated widget ID. This routine creates a Radio Box and its ToggleButtonGadget children. The name of each button is button_n, where n is an integer from 0 to one minus the number of buttons in the menu. Buttons are named and created in the order in which they are specified in the RowColumn simple menu creation resources supplied in the argument list. parent Specifies the parent widget ID name ...
 Xm/XmCreateTemplateDialog(o) -- A MessageBox TemplateDialog convenience creation function
    XmCreateTemplateDialog is a convenience creation function that creates a DialogShell and an unmanaged MessageBox child of the DialogShell. The MessageBox widget's XmNdialogType resource is set to XmDIALOG_TEMPLATE. By default, the TemplateDialog widget contains only the separator child. You can build a customized dialog by adding children to the TemplateDialog. You can create the standard MessageBox pushbuttons, Cancel, Help, and OK, by specifying the associated callback and label string resour...
 Xm/XmCreateText(o) -- The Text widget creation function
    XmCreateText creates an instance of a Text 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 Text and its associated resources, see XmText(3X).
 Xm/XmCreateTextField(o) -- The TextField widget creation function
    XmCreateTextField creates an instance of a TextField 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 TextField and its associated resources, see XmTextField(3X).
 Xm/XmCreateToggleButton(o) -- The ToggleButton widget creation function
    XmCreateToggleButton creates an instance of a ToggleButton 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 ToggleButton and its associated resources, see XmToggleButton(3X)....
 Xm/XmCreateToggleButtonGadget(o) -- The ToggleButtonGadget creation function
    XmCreateToggleButtonGadget creates an instance of a ToggleButtonGadget 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 ToggleButtonGadget and its associated resources, see XmToggleButtonGadget(3X)....
 Xm/XmCreateWarningDialog(o) -- The MessageBox WarningDialog convenience creation function
    XmCreateWarningDialog is a convenience creation function that creates a DialogShell and an unmanaged MessageBox child of the DialogShell. A WarningDialog warns users of action consequences and gives them a choice of resolutions. It includes a symbol, a message, and three buttons. The default symbol is an exclamation point. The default button labels are OK, Cancel, and Help. Use XtManageChild to pop up the WarningDialog (passing the MessageBox as the widget parameter); use XtUnmanageChild to pop ...
 Xm/XmCreateWorkArea(o) -- A function that creates a RowColumn work area
    XmCreateWorkArea creates an instance of a RowColumn widget and returns the associated widget ID. The widget is created with XmNrowColumnType set to XmWORK_AREA. 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 RowColumn and its associated resources, see XmRowColumn(3X)....
<<  [Prev]  426  427  428  429  430  431  432  433  434  435  436  437  438  439  440  441  442  443  444  445  446  
447  448  449  450  451  452  453  454  455  456  457  458  459  460  461  462  463  464  465  466  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service