home *** CD-ROM | disk | FTP | other *** search
-
-
-
- XtAppAddWorkProc(3Xt) XT FUNCTIONS XtAppAddWorkProc(3Xt)
-
-
- NNAAMMEE
- XtAppAddWorkProc, XtRemoveWorkProc - Add and remove back-
- ground processing procedures
-
- SSYYNNTTAAXX
- XtWorkProcId XtAppAddWorkProc(_a_p_p___c_o_n_t_e_x_t, _p_r_o_c,
- _c_l_i_e_n_t___d_a_t_a)
- 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(_i_d)
- XtWorkProcId _i_d;
-
- AARRGGUUMMEENNTTSS
- _a_p_p___c_o_n_t_e_x_t
- Specifies the application context that identi-
- fies 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.
-
- DDEESSCCRRIIPPTTIIOONN
- The _X_t_A_p_p_A_d_d_W_o_r_k_P_r_o_c function adds the specified work pro-
- cedure 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 spec-
- ified background work procedure.
-
- SSEEEE AALLSSOO
- 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
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- X Version 11 Release 6.1 1
-
-
-