


DXmActivateWidget(3X)					DXmActivateWidget(3X)



NAME
  DDXXmmAAccttiivvaatteeWWiiddggeett - Allows the application to	simulate push button activa-
  tion.

SYNOPSIS

  vvooiidd DDXXmmAAccttiivvaatteeWWiiddggeett ((_w_i_d_g_e_t))
	WWiiddggeett	_w_i_d_g_e_t;;

PARAMETERS

  _w_i_d_g_e_t
      A	pointer	to the widget data structure.

DESCRIPTION

  The DDXXmmAAccttiivvaatteeWWiiddggeett	routine	allows an application to generate the same
  highlighting and callbacks that would	occur if the user clicked on a push
  button.  Using this routine in your application enables you to maintain a
  consistent user interface.  For example, your	application could allow	a
  user to choose a function by either pressing a push button or, if the
  DDXXmmAAccttiivvaatteeWWiiddggeett routine has	been called, by	selecting a menu option	that
  activates the	corresponding push button.

  The DDXXmmAAccttiivvaatteeWWiiddggeett	routine	only supports push buttons.


































