|
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... |
XmGetTabGroup(3X) -- Returns the widget ID of a tab group
|
XmGetTabGroup returns the widget ID of the tab group that contains the specified widget. Specifies a widget ID within a tab group |
XmGetTearOffControl(3X) -- A RowColumn function that obtains
|
XmGetTearOffControl provides the application with the means for obtaining the widget ID of the internally created tear-off control in a tear-off menu. RowColumn creates a tear-off control for a Pulldo... |
XmGetVisibility(3X) -- A function that determines if a widget is visible
|
XmGetVisibility returns the visibility state of the specified widget. Specifies the ID of the widget |
XmGetXmDisplay(3X) -- A Display function that returns the XmDisplay object ID for a specified display
|
Display resources by using XtGetValues. Specifies the display for which the XmDisplay object ID is to be returned For a complete definition of Display and its associated resources, see XmDisplay(3X). |
XmGetXmScreen(3X) -- A Screen function that returns the XmScreen object ID for a specified screen
|
XmGetXmScreen returns the XmScreen object ID associated with a screen. The application can access and manipulate Screen resources by using XtGetValues and XtSetValues. Specifies the screen for which t... |