


XmCreateScale(3X)					    XmCreateScale(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmCCrreeaatteeSSccaallee	- The Scale widget creation function

SYNOPSIS


  ##iinncclluuddee <<XXmm//SSccaallee..hh>>
  WWiiddggeett XXmmCCrreeaatteeSSccaallee ((_p_a_r_e_n_t,	_n_a_m_e, _a_r_g_l_i_s_t, _a_r_g_c_o_u_n_t))
       WWiiddggeett	 _p_a_r_e_n_t;;
       SSttrriinngg	 _n_a_m_e;;
       AArrggLLiisstt	 _a_r_g_l_i_s_t;;
       CCaarrddiinnaall	 _a_r_g_c_o_u_n_t;;

DESCRIPTION
  XXmmCCrreeaatteeSSccaallee	creates	an instance of a Scale widget and returns the associ-
  ated widget ID.

  _p_a_r_e_n_t Specifies the parent widget ID

  _n_a_m_e	 Specifies the name of the created widget

  _a_r_g_l_i_s_tSpecifies the argument	list

  _a_r_g_c_o_u_n_t
	 Specifies the number of attribute/value pairs in the argument list
	 (_a_r_g_l_i_s_t)

  For a	complete definition of Scale and its associated	resources, see
  XXmmSSccaallee((33XX)).

RETURN VALUE
  Returns the Scale widget ID.

RELATED	INFORMATION
  XXmmSSccaallee((33XX)).























