1XmPanedGetPanes(library call)                    XmPanedGetPanes(library call)
2
3
4

NAME

6       XmPanedGetPanes  — A Paned function that returns the number of panes in
7       the paned widget
8

SYNOPSIS

10       #include <Xm/Paned.h>
11       int         XmPanedGetPanes(
12       Widget      widget,
13       WidgetList *panes,
14       int        *num);
15

DESCRIPTION

17       XmPanedGetPanes Returns the number of panes in the paned widget.
18
19       widget    Specifies the Paned widget ID
20

RETURN

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)
Impressum