Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
XmPanedGetPanes(3)	    Library Functions Manual	      XmPanedGetPanes(3)

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

							      XmPanedGetPanes(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmPanedGetPanes&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help