


XmScrollVisible(3X)					  XmScrollVisible(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmSSccrroollllVViissiibbllee - A ScrolledWindow function that makes an invisible  des-
  cendant of a ScrolledWindow work area	visible

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lVViissiibbllee ((_s_c_r_o_l_l_w__w_i_d_g_e_t,	_w_i_d_g_e_t,	_l_e_f_t__r_i_g_h_t__m_a_r_g_i_n,
	  _t_o_p__b_o_t_t_o_m__m_a_r_g_i_n))
       WWiiddggeett	   _s_c_r_o_l_l_w__w_i_d_g_e_t;;
       WWiiddggeett	   _w_i_d_g_e_t;;
       DDiimmeennssiioonn   _l_e_f_t__r_i_g_h_t__m_a_r_g_i_n;;
       DDiimmeennssiioonn   _t_o_p__b_o_t_t_o_m__m_a_r_g_i_n;;

DESCRIPTION
  XXmmSSccrroollllVViissiibbllee makes	an obscured or partially obscured widget or gadget
  descendant of	a ScrolledWindow work area visible.  The function repositions
  the work area	and sets the specified margins between the widget and the
  nearest viewport boundary.  The widget's location relative to	the viewport
  determines whether one or both of the	margins	must be	adjusted.  This	func-
  tion requires	that the XXmmNNssccrroolllliinnggPPoolliiccyy of the ScrolledWindow widget be
  set to XXmmAAUUTTOOMMAATTIICC.

  _s_c_r_o_l_l_w__w_i_d_g_e_t
	 Specifies the ID of the ScrolledWindow	widget whose work area window
	 contains an obscured descendant.

  _w_i_d_g_e_t Specifies the ID of the widget	to be made visible.

  _l_e_f_t__r_i_g_h_t__m_a_r_g_i_n
	 Specifies the margin to establish between the left or right edge of
	 the widget and	the associated edge of the viewport.  This margin is
	 established only if the widget	must be	moved horizontally to make it
	 visible.

  _t_o_p__b_o_t_t_o_m__m_a_r_g_i_n
	 Specifies the margin to establish between the top or bottom edge of
	 the widget and	the associated edge of the viewport.  This margin is
	 established only if the widget	must be	moved vertically to make it
	 visible.

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











