*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: XmListPosToBounds | Section: 3 | Source: Digital UNIX | File: XmListPosToBounds.3X.gz
XmListPosToBounds(3X) XmListPosToBounds(3X) NAME XmListPosToBounds - A List function that returns the bounding box of an item at a specified position in a list SYNOPSIS #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 XmListPosToBounds returns the coordinates of an item within a list and the dimensions of its bounding box. The function returns the associ- ated 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 wid- get. Specifies the position of the specified item. A value of 1 indi- cates 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. Speci- fies 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 Xm- List(3X). RETURN VALUE 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 XmList(3X), XmListYToPos(3X) XmListPosToBounds(3X)

Navigation Options