XmListReplaceItemsUnselected replaces each specified item in the list with a corresponding new item. The replacement items remain unselected, even if they currently appear in the XmNselectedItems list...
XmListReplacePositions replaces noncontiguous items in a list. The item at each position specified in position_list is replaced with the corresponding entry in item_list. When the items are inserted i...
XmListSelectItem highlights and adds to the selected list the first item in the list that matches item. Specifies the ID of the List widget from whose list an item is selected Specifies the item to be...
XmListSelectPos highlights a List item at the specified position and adds it to the list of selected items. Specifies the ID of the List widget. Specifies the position of the item to be selected. A va...
XmListSetAddMode allows applications control over Add Mode in the extended selection model. Specifies the ID of the List widget Specifies whether to activate or deactivate Add Mode. If state is True, ...
XmListSetBottomItem makes the first item in the list that matches item the last visible item in the list. Specifies the ID of the List widget from whose list an item is made the last visible Specifies...
XmListSetBottomPos makes the item at the specified position the last visible item in the List. Specifies the ID of the List widget. Specifies the position of the item to be made the last visible item ...
XmListSetHorizPos sets the XmNvalue resource of the horizontal ScrollBar to the specified position and updates the visible portion of the list with the new value if the List widget's XmNlistSizePolic...
XmListSetItem makes the first item in the list that matches item the first visible item in the list. Specifies the ID of the List widget from whose list an item is made the first visible Specifies the...
XmListSetKbdItemPos sets the location cursor at the item specified by position. This function does not determine if the item at the specified position is selected or not. Specifies the ID of the List ...
XmListSetPos makes the item at the given position the first visible position in the List. Specifies the ID of the List widget. Specifies the position of the item to be made the first visible item in t...
XmListUpdateSelectedList frees the contents of the current XmNselectedItems list. The routine traverses the XmNitems list and adds each currently selected item to the XmNselectedItems list. For each s...
XmListYToPos returns the position of the item at the given y coordinate within the list. Specifies the ID of the List widget Specifies the y coordinate in the list's coordinate system For a complete ...
MainWindow provides a standard layout for the primary window of an application. This layout includes a MenuBar, a CommandWindow, a work region, a MessageWindow, and ScrollBars. Any or all of these are...
XmMainWindowSep1 returns the widget ID of the first Separator widget in the MainWindow. The first Separator widget is located between the MenuBar and the Command widget. This Separator is visible only...