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 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 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 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 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...
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...