NAME

XtAppAddWorkProc, XtRemoveWorkProc - Add and remove background processing procedures

SYNTAX

XtWorkProcId XtAppAddWorkProc(XtAppContext _a_p_p___c_o_n_t_e_x_t, XtWorkProc _p_r_o_c, XtPointer _c_l_i_e_n_t___d_a_t_a); void XtRemoveWorkProc(XtWorkProcId _i_d);

ARGUMENTS

_a_p_p___c_o_n_t_e_x_t Specifies the application context that identifies the application.
_c_l_i_e_n_t___d_a_t_a Specifies the argument that is to be passed to the specified procedure
when it is called.
_p_r_o_c Specifies the procedure that is.
_i_d Specifies which work procedure to remove.

DESCRIPTION

The _X_t_A_p_p_A_d_d_W_o_r_k_P_r_o_c function adds the specified work procedure for the application identified by app_context.

The _X_t_R_e_m_o_v_e_W_o_r_k_P_r_o_c function explicitly removes the specified background work procedure.

SEE ALSO

XtAppNextEvent(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