1XmListGetKbdItemPos(library call) XmListGetKbdItemPos(library call)
2
3
4
6 XmListGetKbdItemPos — A List function that returns the position of the
7 item at the location cursor
8
10 #include <Xm/List.h>
11 int XmListGetKbdItemPos(
12 Widget widget);
13
15 XmListGetKbdItemPos returns the position of the list item at the loca‐
16 tion cursor.
17
18 widget Specifies the ID of the List widget
19
20 For a complete definition of List and its associated resources, see
21 XmList(3).
22
24 Returns the position of the current keyboard item. A value of 1 indi‐
25 cates that the location cursor is at the first item of the list; a
26 value of 2 indicates that it is at the second item; and so on. A value
27 of 0 (zero) indicates the List widget is empty.
28
30 XmList(3).
31
32
33
34 XmListGetKbdItemPos(library call)