XmListDeletePos deletes an item at a specified position. A warning message appears if the position does not exist. Specifies the ID of the List from which an item is to be deleted. Specifies the posit...
XmListDeletePositions deletes noncontiguous items from a list. The function deletes all items whose corresponding positions appear in the position_list array. A warning message is displayed if a speci...
XmListDeselectAllItems unhighlights and removes all items from the selected list. Specifies the ID of the List widget from whose list all selected items are deselected For a complete definition of Lis...
XmListDeselectItem unhighlights and removes from the selected list the first item in the list that matches item. Specifies the ID of the List from whose list an item is deselected Specifies the item t...
XmListDeselectPos unhighlights the item at the specified position and deletes it from the list of selected items. Specifies the ID of the List widget Specifies the position of the item to be deselecte...
XmListGetKbdItemPos returns the position of the list item at the location cursor. Specifies the ID of the List widget For a complete definition of List and its associated resources, see XmList(3X).
XmListGetMatchPos is a Boolean function that returns an array of positions where a specified item is found in a List. Specifies the ID of the List widget. Specifies the item to search for. Returns an ...
XmListGetSelectedPos is a Boolean function that returns an array of the positions of the selected items in a List. Specifies the ID of the List widget. Returns an array of the positions of the selecte...
XmListItemExists is a Boolean function that checks if a specified item is present in the list. Specifies the ID of the List widget Specifies the item whose presence is checked For a complete definitio...
XmListItemPos returns the position of the first instance of the specified item in a List. Specifies the ID of the List widget Specifies the item whose position is returned For a complete definition of...
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...