|
XmMainWindowSetAreas(3X) -- A MainWindow function that identifies manageable children for each area
|
XmMainWindowSetAreas identifies which of the valid children for each area (such as the MenuBar and work region) are to be actively managed by MainWindow. This function also sets up or adds the MenuBar... |
XmManager(3X) -- The Manager widget class
|
Manager is a widget class used as a supporting superclass for other widget classes. It supports the visual resources, graphics contexts, and traversal resources necessary for the graphics and traversa... |
XmMapSegmentEncoding(3X) -- A compound string function that returns the compound text encoding format associated with the specif...
|
XmMapSegmentEncoding searches the segment encoding registry for an entry that matches the specified font list tag and returns a copy of the associated compound text encoding format. The application is... |
XmMenuPosition(3X) -- A RowColumn function that positions a Popup MenuPane
|
XmMenuPosition positions a Popup MenuPane using the information in the specified event. Unless an application is positioning the MenuPane itself, it must first invoke this function before managing the... |
XmMenuShell(3X) -- The MenuShell widget class
|
The MenuShell widget is a custom OverrideShell widget. An OverrideShell widget bypasses mwm when displaying itself. It is designed specifically to contain Popup or Pulldown MenuPanes. Most application... |
XmMessageBox(3X) -- The MessageBox widget class
|
MessageBox is a dialog class used for creating simple message dialogs. Convenience dialogs based on MessageBox are provided for several common interaction tasks, which include giving information, aski... |
XmMessageBoxGetChild(3X) -- A MessageBox function that is used to access a component
|
XmMessageBoxGetChild is used to access a component within a MessageBox. The parameters given to the function are the MessageBox widget and a value indicating which component to access. Specifies the M... |
XmOptionButtonGadget(3X) -- A RowColumn function that obtains the widget ID for the CascadeButtonGadget in an OptionMenu
|
XmOptionButtonGadget provides the application with the means for obtaining the widget ID for the internally created CascadeButtonGadget. Once the application has obtained the widget ID, it can adjust ... |
XmOptionLabelGadget(3X) -- A RowColumn function that obtains the widget ID for the LabelGadget in an OptionMenu
|
XmOptionLabelGadget provides the application with the means for obtaining the widget ID for the internally created LabelGadget. Once the application has obtained the widget ID, it can adjust the visua... |
XmPanedWindow(3X) -- The PanedWindow widget class
|
PanedWindow is a composite widget that lays out children in a vertically tiled format. Children appear in top-tobottom fashion, with the first child inserted appearing at the top of the PanedWindow an... |
XmPrimitive(3X) -- The Primitive widget class
|
Primitive is a widget class used as a supporting superclass for other widget classes. It handles border drawing and highlighting, traversal activation and deactivation, and various callback lists need... |
XmProcessTraversal(3X) -- A function that determines which component receives keyboard events when a widget has the focus
|
XmProcessTraversal determines which component of a hierarchy receives keyboard events when the hierarchy that contains the given widget has keyboard focus. Using XmProcessTraversal to traverse to Menu... |
XmPushButton(3X) -- The PushButton widget class
|
PushButton issues commands within an application. It consists of a text label or pixmap surrounded by a border shadow. When a PushButton is selected, the shadow changes to give the appearance that it ... |