logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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

See Also