


DXmCreateScrolledCSText(3X)			  DXmCreateScrolledCSText(3X)



NAME
  DDXXmmCCrreeaatteeSSccrroolllleeddCCSSTTeexxtt - Creates a compound string text widget with scroll
  bars.

SYNOPSIS

  WWiiddggeett DDXXmmCCrreeaatteeSSccrroolllleeddCCSSTTeexxtt((_p_a_r_e_n_t,, _n_a_m_e,, _a_r_g_s,, _n_u_m__a_r_g_s))
	  WWiiddggeett    _p_a_r_e_n_t;;
	  cchhaarr	    **_n_a_m_e;;
	  AArrggss	    **_a_r_g_s;;
	  CCaarrddiinnaall  _n_u_m__a_r_g_s;;

PARAMETERS

  _p_a_r_e_n_t
      The identifier (widget ID) of the	parent widget.

  _n_a_m_e
      The name of the created widget.

  _a_r_g_s
      The application override argument	list.

  _n_u_m__a_r_g_s
      The number of arguments in the application override argument list.

DESCRIPTION

  The DDXXmmCCrreeaatteeSSccrroolllleeddCCSSTTeexxtt routine creates a	compound string	text widget
  with scroll bars.  The routine uses the same arguments and resources as the
  DDXXmmCCrreeaatteeCCSSTTeexxtt routine to create a compound string text widget but uses
  the following	resources to create horizontal and vertical scroll bars	for
  the widget as	well:

  ________________________________________________

  Resource		Description

  ________________________________________________

  XmNscrollHorizontal

			Controls whether a scroll
			bar that allows	the user
			to scroll through text
			horizontally is	added to
			the compound string text
			window.

  XmNscrollTopSide

			Controls whether the hor-
			izontal	scroll bar is
			positioned at the top of
			the compound string text
			window.







  XmNscrollVertical

			Controls whether a scroll
			bar that allows	the user
			to scroll through text
			vertically is added to the
			compound string	text win-
			dow.

  XmNscrollLeftSide

			Controls whether the vert-
			ical scroll bar	is placed
			on the left side of the
			compound string	text win-
			dow.

  ________________________________________________

  Inherited Resources

  The DDXXmmCCrreeaatteeSSccrroolllleeddCCSSTTeexxtt routine inherits behaviour and resources from
  the following	superclasses:

       Core Resource Set
       XmPrimitive Resource Set
       DXmScrolledCSText Resource Set

RETURN VALUES

  The identifier (widget ID) of	the created compound string text widget.

RELATED	INFORMATION

  DDXXmmCCrreeaatteeCCSSTTeexxtt(3X)



































