1XmTabStackXYToWidget(library call) XmTabStackXYToWidget(library call)
2
3
4
6 XmTabStackXYToWidget — A TabStack function that converts a pixel coor‐
7 dinate to the widget ID of the tab occupying that space
8
10 #include <Xm/TabStack.h>
11 Widget XmTabStackXYToWidget(
12 Widget widget,
13 int x,
14 int y);
15
17 XmTabStackXYToWidget converts an X/Y pixel coordinate in the window if
18 TabStack to the widget ID of the tab occupying that space.
19
20 widget Specifies the TabStack widget ID
21
22 x Specifies X coordinate to convert
23
24 y Specifies Y coordinate to convert
25
27 Returns the widget ID of the tab occuring in the cpecified coordinate.
28
30 XmTabStack(3).
31
32
33
34 XmTabStackXYToWidget(library call)