NAME

XtNextEvent, XtPending, XtPeekEvent, XtProcessEvent, XtMainLoop - query and process events and input

SYNTAX

void XtNextEvent(XEvent *_e_v_e_n_t___r_e_t_u_r_n); Boolean XtPeekEvent(XEvent *_e_v_e_n_t___r_e_t_u_r_n); Boolean XtPending(void); void XtProcessEvent(XtInputMask _m_a_s_k); void XtMainLoop(void);

ARGUMENTS

_e_v_e_n_t Specifies a pointer to the event structure that is to be dispatched
to the appropriate event handler.
_e_v_e_n_t___r_e_t_u_r_n Returns the event information to the specified event structure.
_m_a_s_k Specifies what types of events to process.
The mask is the bitwise inclusive OR of any combination of _X_t_I_M_X_E_v_e_n_t, _X_t_I_M_T_i_m_e_r, _X_t_I_M_A_l_t_e_r_n_a_t_e_I_n_p_u_t, and _X_t_I_M_S_i_g_n_a_l. As a convenience, the X Toolkit defines the symbolic name _X_t_I_M_A_l_l to be the bitwise inclusive OR of all event types.

DESCRIPTION

_X_t_N_e_x_t_E_v_e_n_t has been replaced by _X_t_A_p_p_N_e_x_t_E_v_e_n_t.

_X_t_P_e_e_k_E_v_e_n_t has been replaced by _X_t_A_p_p_P_e_e_k_E_v_e_n_t.

_X_t_P_e_n_d_i_n_g has been replaced by _X_t_A_p_p_P_e_n_d_i_n_g.

_X_t_P_r_o_c_e_s_s_E_v_e_n_t has been replaced by _X_t_A_p_p_P_r_o_c_e_s_s_E_v_e_n_t.

_X_t_M_a_i_n_L_o_o_p has been replaced by _X_t_A_p_p_M_a_i_n_L_o_o_p.

SEE ALSO

XtAppNextEvent(3xt), XtAppPending(3Xt), XtAppPeekEvent(3Xt), XtAppProcessEvent(3Xt), XtAppMainLoop(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