


DXmSvnSetComponentHidden(3X)			 DXmSvnSetComponentHidden(3X)



NAME
  DDXXmmSSvvnnSSeettCCoommppoonneennttHHiiddddeenn - Controls which modes the SVN widget uses to
  display a particular component.

SYNOPSIS

  vvooiidd DDXXmmSSvvnnSSeettCCoommppoonneennttHHiiddddeenn	((_w_i_d_g_e_t,, _e_n_t_r_y,,	_c_o_m_p__n_u_m_b_e_r,, _m_o_d_e))
	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	_m_o_d_e;;

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 for which informa-
      tion is to be set	or changed.

  _c_o_m_p__n_u_m_b_e_r
      An integer that represents the number of the component for which infor-
      mation is	to be set or changed.  This cannot be a	component of the type
      _W_i_d_g_e_t.

  _m_o_d_e
      The display mode in which	this component should not be displayed,	indi-
      cated by one of the following values:


      ___________________________________________________

      Value		       Description

      ___________________________________________________

      DXmSvnKdisplayNone

			       Display in all modes (hid-
			       den in none).

      DXmSvnKdisplayOutline

			       Do not display in outline
			       mode.

      DXmSvnKdisplayTree

			       Do not display in tree
			       mode.

      DXmSvnKdisplayAllModes

			       Do not display in outline,
			       tree, or	column mode.

      DXmSvnKdisplayColumns

			       Do not display in column
			       mode.

      ___________________________________________________

DESCRIPTION

  The DDXXmmSSvvnnSSeettCCoommppoonneennttHHiiddddeenn routine enables an application to prevent a
  component (excluding subwidgets) from	being displayed	in a particular	mode,
  thus making that component "hidden".	By default, components are visible in
  all modes.  However, you can use this	routine	to prevent a component from
  displaying in	one mode (outline, tree, or column) or all modes.

  Using	this routine can reduce	the amount of information displayed when the
  application is in tree mode, making the application less complex and easier
  to use. This routine is also useful if you want your application to display
  different icons in each of the two modes.

  Make this call in your application between calls to DDXXmmSSvvnnDDiissaab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.
























































