


XmCommandGetChild(3X)					XmCommandGetChild(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmCCoommmmaannddGGeettCChhiilldd - A	Command	function that is used to access	a component

SYNOPSIS


  ##iinncclluuddee <<XXmm//CCoommmmaanndd..hh>>
  WWiiddggeett XXmmCCoommmmaannddGGeettCChhiilldd ((_w_i_d_g_e_t, _c_h_i_l_d))
       WWiiddggeett	 _w_i_d_g_e_t;;
       uunnssiiggnneedd	cchhaarr_c_h_i_l_d;;

DESCRIPTION
  XXmmCCoommmmaannddGGeettCChhiilldd is used to access a	component within a Command.  The
  parameters given to the function are the Command widget and a	value indi-
  cating which component to access.

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

  _c_h_i_l_d	 Specifies a component within the Command.  The	following are legal
	 values	for this parameter:

	   oo++
	   XXmmDDIIAALLOOGG__CCOOMMMMAANNDD__TTEEXXTT

	   oo++
	   XXmmDDIIAALLOOGG__PPRROOMMPPTT__LLAABBEELL

	   oo++
	   XXmmDDIIAALLOOGG__HHIISSTTOORRYY__LLIISSTT

	   oo++
	   XXmmDDIIAALLOOGG__WWOORRKK__AARREEAA

  For a	complete definition of Command and its associated resources, see
  XXmmCCoommmmaanndd((33XX)).

RETURN VALUE
  Returns the widget ID	of the specified Command component.  An	application
  should not assume that the returned widget will be of	any particular class.

RELATED	INFORMATION
  XXmmCCoommmmaanndd((33XX)).
















