*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->HP-UX 11i man pages              
Title
Content
Arch
Section
 
 XmListDeleteItems(3) -- 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 do not exist. widget Specifies the ID of the List from whose list an item is deleted items Specifies a pointer to items to be deleted from the list item_count Specifies the number of elements in items ...
 XmListDeleteItemsPos(3) -- 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. widget Specifies the ID of the List from whose list an item is deleted. item_count Specifies the number of items to be deleted. This number must be nonnegative. position Specifies the position in the list of the first item to be deleted. A value of 1 indicates that the first deleted item is...
 XmListDeletePos(3) -- A List function that deletes an item from a list at a specified position
    XmListDeletePos deletes an item at a specified position. A warning message appears if the position does not exist. widget Specifies the ID of the List from which an item is to be deleted. position Specifies the position of the item to be deleted. A value of 1 indicates that the first item in the list is deleted; a value of 2 indicates that the second item is deleted; and so on. A value of 0 (zero)...
 XmListDeletePositions(3) -- A List function that deletes items from a list based on an array of positions
    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 specified position is invalid; that is, the value is 0, a negative integer, or a number greater than the number of items in the list. widget Specifies the ID of the List widget position_list Specifies an a...
 XmListDeselectAllItems(3) -- A List function that unhighlights and removes all items from the selected list
    XmListDeselectAllItems unhighlights and removes all items from the selected list. widget Specifies the ID of the List widget from whose list all selected items are deselected For a complete definition of List and its associated resources, see XmList(3).
 XmListDeselectItem(3) -- A List function that deselects the specified item from the selected list
    XmListDeselectItem unhighlights and removes from the selected list the first item in the list that matches item. widget Specifies the ID of the List from whose list an item is deselected. item Specifies the item to be deselected from the list. If item appears more than once in the List, only the first occurrence is matched. For a complete definition of List and its associated resources, see XmList...
 XmListDeselectPos(3) -- A List function that deselects an item at a specified position in the list
    XmListDeselectPos unhighlights the item at the specified position and deletes it from the list of selected items. widget Specifies the ID of the List widget position Specifies the position of the item to be deselected. A value of 1 indicates that the first item in the list is deselected; a value of 2 indicates that the second item is deselected; and so on. A value of 0 (zero) indicates that the la...
 XmListGetKbdItemPos(3) -- A List function that returns the position of the item at the location cursor
    XmListGetKbdItemPos returns the position of the list item at the location cursor. widget Specifies the ID of the List widget For a complete definition of List and its associated resources, see XmList(3).
 XmListGetMatchPos(3) -- A List function that returns all instances of an item in the list
    XmListGetMatchPos is a Boolean function that returns an array of positions where a specified item is found in a List. widget Specifies the ID of the List widget. item Specifies the item to search for. position_list Returns an array of positions at which the item occurs in the List. The position of the first item in the list is 1; the position of the second item is 2; and so on. When the return val...
 XmListGetSelectedPos(3) -- A List function that returns the position of every selected item in the list
    This routine is obsolete. It is replaced by calling XtGetValues for the List resources XmNselectedPositions and XmNselectedPositionCount. XmListGetSelectedPos is a Boolean function that returns an array of the positions of the selected items in a List. widget Specifies the ID of the List widget. position_list Returns an array of the positions of the selected items in the List. The position of the ...
 XmListItemExists(3) -- A List function that checks if a specified item is in the list
    XmListItemExists is a Boolean function that checks if a specified item is present in the list. widget Specifies the ID of the List widget item Specifies the item whose presence is checked For a complete definition of List and its associated resources, see XmList(3).
 XmListItemPos(3) -- A List function that returns the position of an item in the list
    XmListItemPos returns the position of the first instance of the specified item in a list. widget Specifies the ID of the List widget item Specifies the item whose position is returned For a complete definition of List and its associated resources, see XmList(3).
 XmListPosSelected(3) -- A List function that determines if the list item at a specified position is selected
    XmPosSelected determines if the list item at the specified position is selected or not. widget Specifies the ID of the List widget position Specifies the position of the list item. A value of 1 indicates the first item in the list; a value of 2 indicates the second item; and so on. A value of 0 (zero) specifies the last item in the list. For a complete definition of List and its associated resourc...
 XmListPosToBounds(3) -- A List function that returns the bounding box of an item at a specified position in a list
    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 bounding box relative to the upper left corner of the List widget, as well as the width and the height of the box. The caller can pass a NULL value for the x, y, width, or height parameters to indicate tha...
 XmListReplaceItems(3) -- A List function that replaces the specified elements in the list
    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 of the new items matches an item on the selected list, it appears selected. widget Specifies the ID of the List widget. old_items Specifies the items to be replaced. item_count Specifies the number of ...
<<  [Prev]  39  40  41  42  43  44  45  46  47  48  49  50  51  52  53  54  55  56  57  58  59  
60  61  62  63  64  65  66  67  68  69  70  71  72  73  74  75  76  77  78  79  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service