


DXmSvnSetComponentPixmap(3X)			 DXmSvnSetComponentPixmap(3X)



NAME
  DDXXmmSSvvnnSSeettCCoommppoonneennttPPiixxmmaapp - Adds a pixmap component to	an entry.

SYNOPSIS

  vvooiidd DDXXmmSSvvnnSSeettCCoommppoonneennttPPiixxmmaapp	((_w_i_d_g_e_t,, _e_n_t_r_y,,	_c_o_m_p__n_u_m_b_e_r,, _x,,	_y,,
				_p_i_x_m_a_p,,	_w_i_d_t_h,, _h_e_i_g_h_t))
	WWiiddggeett	_w_i_d_g_e_t;;
	iinntt	_e_n_t_r_y;;
	iinntt	_c_o_m_p__n_u_m_b_e_r;;
	iinntt	_x;;
	iinntt	_y;;
	PPiixxmmaapp	_p_i_x_m_a_p;;
	iinntt	_w_i_d_t_h;;
	iinntt	_h_e_i_g_h_t;;

PARAMETERS

  _w_i_d_g_e_t
      The identifier (widget ID) of the	SVN widget.

  _e_n_t_r_y
      An integer that represents the number of the entry that this component
      belongs to.

  _c_o_m_p__n_u_m_b_e_r
      An integer that represents the component number within the entry.

  _x   An integer that represents the _x offset within the entry where this
      component	should be placed.

  _y   An integer that represents the _y offset within the entry where this
      component	should be placed.  (Note that if you want the SVN widget to
      automatically create a layout of the entry for you, set the value	of
      this parameter to	0.)

  _p_i_x_m_a_p
      The Pixmap value.

  _w_i_d_t_h
      An integer that represents the width specified when the pixmap was
      created.

  _h_e_i_g_h_t
      An integer that represents the height specified when the pixmap was
      created.

DESCRIPTION

  The DDXXmmSSvvnnSSeettCCoommppoonneennttPPiixxmmaapp routine sets a component	of an entry to be a
  pixmap.  Make	this call in your application between calls to DDXXmmSSvvnnDDiissaa--
  bblleeDDiissppllaayy and DDXXmmSSvvnnEEnnaabblleeDDiissppllaayy.  If your application passes 0 for	the
  value	of the _y offset, the SVN widget	will automatically create a layout of
  the entry.





