|
XmFrame(3X) -- The Frame widget class
|
Frame is a very simple manager used to enclose a single work area child in a border drawn by Frame. It uses the Manager class resources for border drawing and performs geometry management so that its ... |
XmGadget(3X) -- The Gadget widget class
|
Gadget is a widget class used as a supporting superclass for other gadget classes. It handles shadow-border drawing and highlighting, traversal activation and deactivation, and various callback lists ... |
XmGetAtomName(3X) -- A function that returns the string representation for an atom
|
XmGetAtomName returns the string representation for an atom. It mirrors the Xlib interfaces for atom management but provides client-side caching. When and where caching is provided in Xlib, the routin... |
XmGetColorCalculation(3X) -- A function to get the procedure used for default color calculation
|
XmGetColorCalculation returns the procedure being used to calculate default colors. For a description of XmColorProc, see XmSetColorCalculation(3X). |
XmGetColors(3X) -- A function that generates foreground, select, and shadow colors
|
XmGetColors takes a screen, a colormap, and a background pixel, and it returns pixel values for foreground, select, and shadow colors. Specifies the screen for which these colors should be allocated. ... |
XmGetDestination(3X) -- A function that returns the widget ID of the widget to be used as the current destination for quick ...
|
XmGetDestination returns the widget that is the current destination on the specified display. The destination is generally the last editable widget on which a select, edit, insert, or paste operation ... |
XmGetDragContext(3X) -- A Drag and Drop function that retrieves the DragContext widget ID associated with a timestamp
|
XmGetDragContext returns the widget ID of the active DragContext associated with a given display and timestamp. A timestamp uniquely identifies which DragContext is active when more than one drag and ... |
XmGetFocusWidget(3X) -- Returns the ID of the widget that has keyboard focus
|
XmGetFocusWidget examines the hierarchy that contains the specified widget and returns the ID of the widget that has keyboard focus. The function extracts the widget ID from the associated Shell widge... |
XmGetMenuCursor(3X) -- A function that returns the cursor ID for the current menu cursor
|
XmGetMenuCursor queries the menu cursor currently being used by this client on the specified display and returns the cursor ID. This function returns the menu cursor for the default screen of the disp... |
XmGetPixmap(3X) -- A pixmap caching function that generates a pixmap, stores it in a pixmap cache, and returns the pixm...
|
XmGetPixmap uses the parameter data to perform a lookup in the pixmap cache to see if a pixmap has already been generated that matches the data. If one is found, a reference count is incremented and t... |
XmGetPixmapByDepth(3X) -- A pixmap caching function that generates a pixmap, stores it in a pixmap cache, and returns the pixm...
|
XmGetPixmapByDepth uses the parameter data to perform a lookup in the pixmap cache to see if a pixmap has already been generated that matches the data. If one is found, a reference count is incremente... |
XmGetPostedFromWidget(3X) -- A RowColumn function that returns the widget from which a menu was posted
|
XmGetPostedFromWidget returns the widget from which a menu was posted. For torn-off menus, this function returns the widget from which the menu was originally torn. An application can use this routine... |
XmGetSecondaryResourceData(3X) -- A function that provides access to secondary widget resource data
|
Some Motif widget classes (such as Gadget, Text, and VendorShell) have resources that are not accessible via the functions XtGetResourceList and XtGetConstraintResourceList. To retrieve the descriptio... |