|
XmOptionLabelGadget(3) -- 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 visuals for the LabelGadget, if desired. option_menu Specifies the OptionMenu widget ID When an application creates an instance of the OptionMenu widget, the widget creates two internal gadgets. One is a L... |
XmPanedWindow(3) -- The PanedWindow widget class
|
PanedWindow is a composite widget that lays out children in a vertically tiled format. Children appear in top-to-bottom fashion, with the first child inserted appearing at the top of the PanedWindow and the last child inserted appearing at the bottom. The PanedWindow grows to match the width of its widest child and all other children are forced to this width. The height of the PanedWindow is equal... |
|
XmParseMapping(3) -- Data type for a compound string parse mapping
|
XmParseMapping is an opaque data type for a parse mapping used by XmStringParseText to create a compound string. A parse mapping contains a pattern to be matched in text being parsed to create a compound string. It also contains a compound string, or a function to be invoked to provide a compound string, to be included in the compound string being created whenever the pattern is matched. An applic... |
XmParseMappingCreate(3) -- A compound string function to create a parse mapping
|
XmParseMappingCreate creates a parse mapping for use in a parse table. This function allows the application to specify values for components of the parse mapping using a resource-style argument list. arglist Specifies the argument list argcount Specifies the number of attribute/value pairs in the argument list (arglist) For a complete definition of XmParseMapping and its associated resources, see ... |
XmParseMappingFree(3) -- A compound string function to free a parse mapping
|
XmParseMappingFree recovers memory used by an XmParseMapping. parse_mapping Specifies the parse mapping to be freed |
XmParseMappingGetValues(3) -- A compound string function to retrieve attributes of a parse mapping
|
XmParseMappingGetValues retrieves attributes of an XmParseMapping object, using a resource-style argument list. If the XmNsubstitute resource is in the arglist, the function will allocate space to hold the returned XmString value. The application is responsible for managing this allocated space. The application can recover the allocated space by calling XmStringFree. arglist Specifies the argument... |
XmParseMappingSetValues(3) -- A compound string function to set attributes of a parse mapping
|
XmParseMappingSetValues specifies attributes of an XmParseMapping object, using a resource-style argument list. arglist Specifies the argument list argcount Specifies the number of attribute/value pairs in the argument list (arglist) For a complete definition of XmParseMapping and its associated resources, see XmParseMapping(3). |
XmParseTable(3) -- Data type for a compound string parse table
|
XmParseTable is the data type for an array of parse mappings (objects of type XmParseMapping). A parse table is used by some routines that parse and unparse compound strings. The table is an ordered list of parse mappings. A parsing routine that uses a parse table scans the input text and searches the parse mappings, in order, for one containing a pattern that matches the input text. The matching ... |
XmParseTableFree(3) -- A compound string function that recovers memory
|
XmParseTableFree recovers memory used by an XmParseTable and its constituent XmParseMappings. parse_table Specifies the parse table to be freed count Specifies the number of parse mappings in the parse table |
XmPrimitive(3) -- 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 needed by Primitive widgets. Primitive and all its subclasses hold the XmQTcareParentVisual trait. |
XmPrintPopupPDM(3) -- Send a notification for the PDM to be popped up
|
A convenience function that sends a notification to start a Print Dialog Manager on behalf of the application, XmPrintPopupPDM hides the details of the X selection mechanism used to notify the PDM that a new dialog must be popped up for this application. XmPrintPopupPDM sends a selection request to either the print display of the print shell, or the video display of the transient_for video widget ... |
XmPrintSetup(3) -- setup and create a Print Shell widget
|
A function that does the appropriate setting and creates a realized XmPrintShell that it returns to the caller. This function hides the details of the Xt to set up a valid print shell heirarchy for the application. It is also meant to encourage consistency in the way applications root their print widget hierarchy. print_screen must belong to a Display connection that has already been initialized w... |
XmPrintShell(3) -- a shell widget class used for printing in Motif
|
The XmPrintShell provides the Motif application programmer with an Xt widget oriented API to some of the X Print resources and a callback to drive the pagination. The XmPrintShell provides a simple callback to handle the pagination logic, and a set of resources to get and set common printer attributes. If not created on an XPrint connection, XmPrintShell behaves as a regular applicationShell. The ... |
XmPrintToFile(3) -- Retrieves and saves data that would normally be printed by the X Print Server.
|
XmPrintToFile hides the details of X display connection and XpGetDocumentData to the Motif application programmer. This function is a convenience routine that hides the details of the X and Xp internals to the application programmer by calling the XpGetDocumentData function with appropriate save and finish callbacks. This is used in the context of X Printing when the user has specified the "print... |
XmProcessTraversal(3) -- 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. XmProcessTraversal changes focus only when the keyboard focus policy of the widget hierarchy is explicit. If the XmNkeyboardFocusPolicy of the nearest shell ancestor of the given widget is not XmEXPLICIT, XmProcessTraversal returns False withou... |