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

FreeBSD Manual Pages

  
 
  

home | help
XmScrolled...owSetAreas(3) Library Functions Manual XmScrolled...owSetAreas(3)

NAME
       XmScrolledWindowSetAreas	 --  A	ScrolledWindow	function  that adds or
       changes a window	work region and	a  horizontal  or  vertical  ScrollBar
       widget to the ScrolledWindow widget

SYNOPSIS
       #include	<Xm/ScrolledW.h>
       void XmScrolledWindowSetAreas(
       Widget widget,
       Widget horizontal_scrollbar,
       Widget vertical_scrollbar,
       Widget work_region);

DESCRIPTION
       XmScrolledWindowSetAreas	 adds  or  changes  a window work region and a
       horizontal or vertical ScrollBar	widget to  the	ScrolledWindow	widget
       for the application. Each widget	is optional and	may be passed as NULL.
       This  function  is obsolete and exists for compatibility	with other re-
       leases. Use the XmNscrolledWindowChildType resource of XmScrolledWindow
       instead.

       widget	 Specifies the ScrolledWindow widget ID.

       horizontal_scrollbar
		 Specifies the ScrollBar widget	ID for the horizontal  Scroll-
		 Bar to	be associated with the ScrolledWindow widget. Set this
		 ID only after creating	an instance of the ScrolledWindow wid-
		 get.  The resource name associated with this argument is XmN-
		 horizontalScrollBar.

       vertical_scrollbar
		 Specifies the ScrollBar widget	ID for the vertical  ScrollBar
		 to  be	associated with	the ScrolledWindow widget. Set this ID
		 only after creating an	instance of the	ScrolledWindow widget.
		 The resource name associated with this	argument is  XmNverti-
		 calScrollBar.

       work_region
		 Specifies  the	widget ID for the work window to be associated
		 with the ScrolledWindow widget. Set this ID only after	creat-
		 ing an	instance of the	ScrolledWindow widget.	The  attribute
		 name associated with this argument is XmNworkWindow.

       For  a  complete	 definition  of	 ScrolledWindow	and its	associated re-
       sources,	see XmScrolledWindow(3).

RELATED
       XmScrolledWindow(3).

						    XmScrolled...owSetAreas(3)

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

home | help