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

  man pages->HP-UX 11i man pages              
Title
Content
Arch
Section
 
 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 ...
 XmListReplaceItemsPos(3) -- A List function that replaces the specified elements in the list
    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 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. new_items Specifies the replacement...
 XmListReplaceItemsPosUnselected(3) -- A List function that replaces items in a list without selecting the replacement items
    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 appear in the XmNselectedItems list. widget Specifies the ID of the List widget to replace items in. new_items Specifies a pointer to the replacement items. item_count Specifies the number of elements in n...
 XmListReplaceItemsUnselected(3) -- A List function that replaces items in a list
    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. widget Specifies the ID of the List widget to replace items in. old_items Specifies a pointer to the list items to be replaced. item_count Specifies the number of elements in old_items and new_items...
<<  [Prev]  151  152  153  154  155  156  157  158  159  160  161  162  163  164  165  166  167  168  169  170  171  
172  173  174  175  176  177  178  179  180  181  182  183  184  185  186  187  188  189  190  191  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service