


XmScrolledWindowSetAreas(3X)			 XmScrolledWindowSetAreas(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmSSccrroolllleeddWWiinnddoowwSSeettAArreeaass - A ScrolledWindow function that adds or changes a
  window work region and a horizontal or vertical ScrollBar widget to the
  ScrolledWindow widget

SYNOPSIS


  ##iinncclluuddee <<XXmm//SSccrroolllleeddWW..hh>>
  vvooiidd XXmmSSccrroolllleeddWWiinnddoowwSSeettAArreeaass	((_w_i_d_g_e_t, _h_o_r_i_z_o_n_t_a_l__s_c_r_o_l_l_b_a_r,
	    _v_e_r_t_i_c_a_l__s_c_r_o_l_l_b_a_r,	_w_o_r_k__r_e_g_i_o_n))
       WWiiddggeett	 _w_i_d_g_e_t;;
       WWiiddggeett	 _h_o_r_i_z_o_n_t_a_l__s_c_r_o_l_l_b_a_r;;
       WWiiddggeett	 _v_e_r_t_i_c_a_l__s_c_r_o_l_l_b_a_r;;
       WWiiddggeett	 _w_o_r_k__r_e_g_i_o_n;;

DESCRIPTION
  XXmmSSccrroolllleeddWWiinnddoowwSSeettAArreeaass adds	or changes a window work region	and a hor-
  izontal or vertical ScrollBar	widget to the ScrolledWindow widget for	the
  application.	Each widget is optional	and may	be passed as NULL.

  _w_i_d_g_e_t	 Specifies the ScrolledWindow widget ID.

  _h_o_r_i_z_o_n_t_a_l__s_c_r_o_l_l_b_a_r
		 Specifies the ScrollBar widget	ID for the horizontal
		 ScrollBar to be associated with the ScrolledWindow widget.
		 Set this ID only after	creating an instance of	the Scrol-
		 ledWindow widget.  The	resource name associated with this
		 argument is XXmmNNhhoorriizzoonnttaallSSccrroollllBBaarr.

  _v_e_r_t_i_c_a_l__s_c_r_o_l_l_b_a_r
		 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
		 XXmmNNvveerrttiiccaallSSccrroollllBBaarr.

  _w_o_r_k__r_e_g_i_o_n	 Specifies the widget ID for the work window to	be associated
		 with the ScrolledWindow widget.  Set this ID only after
		 creating an instance of the ScrolledWindow widget.  The
		 attribute name	associated with	this argument is XXmmNNwwoorrkkWWiinn--
		 ddooww.

  For a	complete definition of ScrolledWindow and its associated resources,
  see XXmmSSccrroolllleeddWWiinnddooww((33XX)).

RELATED	INFORMATION
  XXmmSSccrroolllleeddWWiinnddooww((33XX)).










