


XmTextSetAddMode(3X)					 XmTextSetAddMode(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmTTeexxttSSeettAAddddMMooddee - A Text function that sets the state of Add	Mode

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tAAddddMMooddee	((_w_i_d_g_e_t, _s_t_a_t_e))
       WWiiddggeett	 _w_i_d_g_e_t;;
       BBoooolleeaann	 _s_t_a_t_e;;

DESCRIPTION
  XXmmTTeexxttSSeettAAddddMMooddee controls whether or not the Text widget is in Add Mode.
  When the widget is in	Add Mode, the insert cursor can	be moved without dis-
  turbing the primary selection.

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

  _s_t_a_t_e	 Specifies whether or not the widget is	in Add Mode.  A	value of True
	 turns on Add Mode; a value of False turns off Add Mode.

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
































