Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmlistselectpos(3x) [osf1 man page]

XmListSelectPos(3X)													       XmListSelectPos(3X)

NAME
XmListSelectPos - A List function that selects an item at a specified position in the list SYNOPSIS
#include <Xm/List.h> void XmListSelectPos (widget, position, notify) Widget widget; int position; Boolean notify; DESCRIPTION
XmListSelectPos highlights a List item at the specified position and adds it to the list of selected items. Specifies the ID of the List widget. Specifies the position of the item to be selected. A value of 1 indicates that the first item in the list is selected; a value of 2 indicates that the second item is selected; and so on. A value of 0 indicates that the last item in the list is selected. Specifies a Boolean value that when True invokes the selection callback for the current mode. From an application interface view, calling this func- tion with notify True is indistinguishable from a user-initiated selection action. For a complete definition of List and its associated resources, see XmList(3X). SEE ALSO
XmList(3X) XmListSelectPos(3X)

Check Out this Related Man Page

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 asso- ciated 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
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)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies