


DXmCreateColorMix(3X)					DXmCreateColorMix(3X)



NAME
  DDXXmmCCrreeaatteeCCoolloorrMMiixx - Creates a	color mixing widget, without a pop-up dialog
  box.

SYNOPSIS

  WWiiddggeett DDXXmmCCrreeaatteeCCoolloorrMMiixx((_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;;

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_l_i_s_t
      The application argument list.

  _a_r_g_c_o_u_n_t
      The number of arguments in the application argument list.

DESCRIPTION

  The DDXXmmCCrreeaatteeCCoolloorrMMiixx	routine	uses the same arguments	and resources as the
  DDXXmmCCrreeaatteeCCoolloorrMMiixxDDiiaalloogg routine to create a color mixing widget, but does
  not include a	pop-up dialog box.  Note, however, that	if color resources
  are limited, your application	should use the pop-up color mixing widget
  instead.

  Inherited Resources

  DDXXmmCCrreeaatteeCCoolloorrMMiixx inherits behaviour and resources from the following
  superclasses:

	    Core Resource Set
	    Composite Resource Set
	    Constraint Resource	Set
	    XmManager Resource Set
	    XmBulletinBoard Resource Set
	    DXmColorMix	Resource Set

RETURN VALUES

  The identifier (widget ID) of	the created color mixing widget.




RELATED	INFORMATION

  DDXXmmCCrreeaatteeCCoolloorrMMiixxDDiiaalloogg(3X)



