XmPanedGetPanes — A Paned function that returns the number of panes in the paned widget "XmPanedGetPanes"
Contents
Description
XmPanedGetPanes Returns the number of panes in the paned widget.
widget Specifies the Paned widget ID
Name
XmPanedGetPanes — A Paned function that returns the number of panes in the paned widget "XmPanedGetPanes"
"Paned functions" "XmPanedGetPanes"
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.
Synopsis
#include <Xm/Paned.h>
intXmPanedGetPanes(
Widgetwidget,
WidgetList*panes,
int*num);
