xmpanedgetpanes(3) - Linux man page
Name
XmPanedGetPanes - A Paned function that returns the number of panes in the paned widget
Synopsis
#include <Xm/Paned.h> int XmPanedGetPanes( Widget widget, WidgetList *panes, int *num);
Description
XmPanedGetPanes Returns the number of panes in the paned widget.
- widget
Specifies the Paned widget ID
Return
- panes
Specifies the list of all panes contained in this widget
num
Specifies the number of panes in the paned widget
- Returns the number of panes in the paned widget.
Related
xmpaned(3).