|
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... |
XmInstallImage(3X) -- A pixmap caching function that adds an image to the pixmap cache
|
XmInstallImage stores an image in an image cache that can later be used to generate a pixmap. Part of the installation process is to extend the resource converter used to reference these images. The r... |
XmInternAtom(3X) -- A function that returns an atom for a given name
|
XmInternAtom returns an atom for a given name. It mirrors the Xlib interfaces for atom management, but provides client-side caching. When and where caching is provided in Xlib, the routines will becom... |
XmIsMotifWMRunning(3X) -- A function that determines whether the window manager is running
|
XmIsMotifWMRunning lets a user know whether the Motif Window Manager is running on a screen that contains a specific widget hierarchy. This function first sees whether the _MOTIF_WM_INFO property is p... |
XmIsTraversable(3X) -- A function that identifies whether a widget can be traversed
|
XmIsTraversable determines whether the specified widget is eligible to receive focus through keyboard traversal. In general, a widget is eligible to receive focus when all of the following conditions ... |
XmLabel(3X) -- The Label widget class
|
Label is an instantiable widget and is also used as a superclass for other button widgets, such as PushButton and ToggleButton. The Label widget does not accept any button or key input, and the help c... |
XmLabelGadget(3X) -- The LabelGadget widget class
|
LabelGadget is an instantiable widget and is also used as a superclass for other button gadgets, such as PushButtonGadget and ToggleButtonGadget. LabelGadget can contain either text or a pixmap. Label... |
XmList(3X) -- The List widget class
|
List allows a user to select one or more items from a group of choices. Items are selected from the list in a variety of ways, using both the pointer and the keyboard. List operates on an array of com... |
XmListAddItem(3X) -- A List function that adds an item to the list
|
XmListAddItem adds an item to the list at the given position. When the item is inserted into the list, it is compared with the current XmNselectedItems list. If the new item matches an item on the sel... |
XmListAddItems(3X) -- A List function that adds items to the list
|
XmListAddItems adds the specified items to the list at the given position. The first item_count items of the items array are added to the list. When the items are inserted into the list, they are comp... |
XmListAddItemsUnselected(3X) -- A List function that adds items to a list
|
XmListAddItemsUnselected adds the specified items to the list at the given position. The inserted items remain unselected, even if they currently appear in the XmNselectedItems list. Specifies the ID ... |