XmPosSelected determines if the list item at the specified position is selected or not. Specifies the ID of the List widget Specifies the position of the list item. A value of 1 indicates the first it...
XmListPosToBounds returns the coordinates of an item within a list and the dimensions of its bounding box. The function returns the associated x and y coordinates of the upper left corner of the bound...
XmListReplaceItems replaces each specified item of the list with a corresponding new item. When the items are inserted into the list, they are compared with the current XmNselectedItems list. If any o...
XmListReplaceItemsPos replaces the specified number of items of the List with new items, starting at the specified position in the List. When the items are inserted into the list, they are compared wi...
XmListReplaceItemsPosUnselected replaces the specified number of items in the list with new items, starting at the given position. The replacement items remain unselected, even if they currently appea...
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 ...