


XmTextSetTopCharacter(3X)			    XmTextSetTopCharacter(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmTTeexxttSSeettTTooppCChhaarraacctteerr	- A Text function that sets the	position of the	first
  character displayed

SYNOPSIS


  ##iinncclluuddee <<XXmm//TTeexxtt..hh>>
  vvooiidd XXmmTTeexxttSSeettTTooppCChhaarraacctteerr ((_w_i_d_g_e_t, _t_o_p__c_h_a_r_a_c_t_e_r))
       WWiiddggeett	 _w_i_d_g_e_t;;
       XXmmTTeexxttPPoossiittiioonn_t_o_p__c_h_a_r_a_c_t_e_r;;

DESCRIPTION
  XXmmTTeexxttSSeettTTooppCChhaarraacctteerr	sets the position of the text at the top of the	Text
  widget.  If the XXmmNNeeddiittMMooddee is XXmmMMUULLTTII__LLIINNEE__EEDDIITT, the	line of	text that
  contains _t_o_p__c_h_a_r_a_c_t_e_r is displayed at the top of the	widget without shift-
  ing the text left or right.

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

  _t_o_p__c_h_a_r_a_c_t_e_r
	 Specifies the position	in the text to display at the top of the
	 widget.  This is an integer number of characters from the beginning
	 of the	text buffer.  The first	character position is 0.

  For a	complete definition of Text and	its associated resources, see
  XXmmTTeexxtt((33XX)).

RELATED	INFORMATION
  XXmmTTeexxtt((33XX)).




























