Scroll to navigation

XmPanedGetPanes(3) Library Functions Manual XmPanedGetPanes(3)

NAME

XmPanedGetPanes — A Paned function that returns the number of panes in the paned widget "XmPanedGetPanes" "Paned functions" "XmPanedGetPanes"

SYNOPSIS

#include <Xm/Paned.h>
int         XmPanedGetPanes(
Widget      widget,
WidgetList *panes,
int        *num);

DESCRIPTION

XmPanedGetPanes Returns the number of panes in the paned widget.

Specifies the Paned widget ID

RETURN

Specifies the list of all panes contained in this widget
Specifies the number of panes in the paned widget

Returns the number of panes in the paned widget.

RELATED

XmPaned(3).