1XmPanedGetPanes(library call) XmPanedGetPanes(library call)
2
3
4
6 XmPanedGetPanes — A Paned function that returns the number of panes in
7 the paned widget
8
10 #include <Xm/Paned.h>
11 int XmPanedGetPanes(
12 Widget widget,
13 WidgetList *panes,
14 int *num);
15
17 XmPanedGetPanes Returns the number of panes in the paned widget.
18
19 widget Specifies the Paned widget ID
20
22 panes Specifies the list of all panes contained in this widget
23
24 num Specifies the number of panes in the paned widget
25
26 Returns the number of panes in the paned widget.
27
29 XmPaned(3).
30
31
32
33 XmPanedGetPanes(library call)