NAME
XtAddInput, XtAddTimeOut, XtAddWorkProc - register input, timeout, and workprocs
SYNTAX
XtInputId XtAddInput(int _s_o_u_r_c_e, XtPointer _c_o_n_d_i_t_i_o_n,
XtInputCallbackProc _p_r_o_c, XtPointer _c_l_i_e_n_t___d_a_t_a);
XtIntervalId XtAddTimeOut(unsigned long _i_n_t_e_r_v_a_l, XtInputCallbackProc
_p_r_o_c, XtPointer _c_l_i_e_n_t___d_a_t_a);
XtWorkProcId XtAddWorkProc(XtWorkProc _p_r_o_c, XtPointer
_c_l_i_e_n_t___d_a_t_a);
ARGUMENTS
-
_c_l_i_e_n_t___d_a_t_a
Specifies the argument that is to be passed to the specified procedure
-
when input is available
-
_c_o_n_d_i_t_i_o_n
Specifies the mask that indicates a read, write, or exception condition
-
or some operating system dependent condition.
-
_p_r_o_c
Specifies the procedure that is to be called when input is available.
-
-
_s_o_u_r_c_e
Specifies the source file descriptor on a UNIX-based system
-
or other operating system dependent device specification.
DESCRIPTION
_X_t_A_d_d_I_n_p_u_t
has been replaced by
_X_t_A_p_p_A_d_d_I_n_p_u_t_.
_X_t_A_d_d_T_i_m_e_O_u_t
has been replaced by
_X_t_A_p_p_A_d_d_T_i_m_e_O_u_t_.
_X_t_A_d_d_W_o_r_k_P_r_o_c
has been replaced by
_X_t_A_p_p_A_d_d_W_o_r_k_P_r_o_c.
SEE ALSO
XtAppAddInput(3Xt), XtAppAddTimeOut(3Xt), XtAppAddWorkProc(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