|
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 ... |
XmListAddItemUnselected(3X) -- A List function that adds an item to the list
|
XmListAddItemUnselected adds an item to the list at the given position. The item does not appear selected, even if it matches an item in the current XmNselectedItems list. Specifies the ID of the List... |
XmListDeleteAllItems(3X) -- A List function that deletes all items from the list
|
XmListDeleteAllItems deletes all items from the list. Specifies the ID of the List from whose list the items are deleted For a complete definition of List and its associated resources, see XmList(3X). |
XmListDeleteItem(3X) -- A List function that deletes an item from the list
|
XmListDeleteItem deletes the first item in the list that matches item. A warning message appears if the item does not exist. Specifies the ID of the List from whose list an item is deleted Specifies t... |
XmListDeleteItems(3X) -- A List function that deletes items from the list
|
XmListDeleteItems deletes the specified items from the list. For each element of items, the first item in the list that matches that element is deleted. A warning message appears if any of the items d... |
XmListDeleteItemsPos(3X) -- A List function that deletes items from the list starting at the given position
|
XmListDeleteItemsPos deletes the specified number of items from the list starting at the specified position. Specifies the ID of the List from whose list an item is deleted. Specifies the number of it... |