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

  man pages->Tru64 Unix man pages -> XmListPosToBounds (3X)              
Title
Content
Arch
Section
 

XmListPosToBounds(3X)

Contents


NAME    [Toc]    [Back]

       XmListPosToBounds  -  A  List  function  that  returns the
       bounding box of an item at a specified position in a list

SYNOPSIS    [Toc]    [Back]

       #include <Xm/List.h>

       Boolean XmListPosToBounds (widget, position, x, y,  width,
       height)
               Widget widget;
               int position;
               Position *x;
               Position *y;
               Dimension *width;
               Dimension *height;

DESCRIPTION    [Toc]    [Back]

       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
 that the return  value  for  that  parameter  is  not
       requested.   Specifies  the ID of the List widget.  Specifies
 the position of the specified  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  specifies
       the  last  item  in  the list.  Specifies a pointer to the
       returned x coordinate of the item.  Specifies the  pointer
       to  the  returned y coordinate of the item.  Specifies the
       pointer to the returned width of the item.  Specifies  the
       pointer to the returned height of the item.

       For  a  complete  definition  of  List  and its associated
       resources, see XmList(3X).

RETURN VALUE    [Toc]    [Back]

       If the item at the  specified  position  is  not  visible,
       returns  False, and the returned values (if any) are undefined.
  Otherwise, returns True.

SEE ALSO    [Toc]    [Back]

      
      
       XmList(3X), XmListYToPos(3X)



                                            XmListPosToBounds(3X)
[ Back ]
 Similar pages
Name OS Title
XmListGetSelectedPos Tru64 A List function that returns the position of every selected item in the list
XmListGetSelectedPos IRIX A List function that returns the position of every selected item in the list
XmListGetSelectedPos HP-UX A List function that returns the position of every selected item in the list
XmListItemPos IRIX A List function that returns the position of an item in the list
XmListItemPos HP-UX A List function that returns the position of an item in the list
XmListItemPos Tru64 A List function that returns the position of an item in the list
XmListYToPos HP-UX A List function that returns the position of the item
XmListYToPos Tru64 A List function that returns the position of the item at a specified y coordinate
XmListYToPos IRIX A List function that returns the position of the item at a specified y coordinate
XmListGetKbdItemPos IRIX A List function that returns the position of the item at the location cursor
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service