


XtBuildEventMask(3Xt)					XtBuildEventMask(3Xt)
X11R5									X11R5



NAME
  XtBuildEventMask - retrieve a	widget's event mask

SYNTAX
  EventMask XtBuildEventMask(_w)
	Widget _w;

ARGUMENTS

  _w	    Specifies the widget.

DESCRIPTION
  The _X_t_B_u_i_l_d_E_v_e_n_t_M_a_s_k function	returns	the event mask representing the	logi-
  cal OR of all	event masks for	event handlers registered on the widget	with
  _X_t_A_d_d_E_v_e_n_t_H_a_n_d_l_e_r and	all event translations,	including accelerators,
  installed on the widget.  This is the	same event mask	stored into the
  _X_S_e_t_W_i_n_d_o_w_A_t_t_r_i_b_u_t_e_s structure by _X_t_R_e_a_l_i_z_e_W_i_d_g_e_t and	sent to	the server
  when event handlers and translations are installed or	removed	on the real-
  ized widget.

SEE ALSO
  XtAddEventHandler(3Xt)
  _X _T_o_o_l_k_i_t _I_n_t_r_i_n_s_i_c_s - _C _L_a_n_g_u_a_g_e _I_n_t_e_r_f_a_c_e
  _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e


































