home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / x11r6.1 / man / cat3 / xtaddtimeout.0 < prev    next >
Encoding:
Text File  |  1996-10-17  |  2.1 KB  |  67 lines

  1.  
  2.  
  3.  
  4. XtAddInput(3Xt)        XT COMPATIBILITY FUNCTIONS      XtAddInput(3Xt)
  5.  
  6.  
  7. NNAAMMEE
  8.        XtAddInput, XtAddTimeout - register input, timeout, and
  9.        workprocs
  10.  
  11. SSYYNNTTAAXX
  12.        XtInputId XtAddInput(_s_o_u_r_c_e, _c_o_n_d_i_t_i_o_n, _p_r_o_c, _c_l_i_e_n_t___d_a_t_a)
  13.          int _s_o_u_r_c_e;
  14.          XtPointer _c_o_n_d_i_t_i_o_n;
  15.          XtInputCallbackProc _p_r_o_c;
  16.          XtPointer _c_l_i_e_n_t___d_a_t_a;
  17.  
  18.        XtIntervalId XtAddTimeout(_i_n_t_e_r_v_a_l, _p_r_o_c, _c_l_i_e_n_t___d_a_t_a)
  19.          unsigned long _i_n_t_e_r_v_a_l;
  20.          XtInputCallbackProc _p_r_o_c;
  21.          XtPointer _c_l_i_e_n_t___d_a_t_a;
  22.  
  23.        XtWorkProcId XtAddWorkProc(_p_r_o_c, _c_l_i_e_n_t___d_a_t_a)
  24.          XtWorkProc _p_r_o_c;
  25.          XtPointer _c_l_i_e_n_t___d_a_t_a;
  26.  
  27.  
  28. AARRGGUUMMEENNTTSS
  29.        _c_l_i_e_n_t___d_a_t_a
  30.          Specifies the argument that is to be passed to
  31.          the specified procedure when input is available
  32.  
  33.        _c_o_n_d_i_t_i_o_n Specifies the mask that indicates a read, write,
  34.          or exception condition or some operating system
  35.          dependent condition.
  36.  
  37.        _p_r_o_c     Specifies the procedure that is to be called
  38.          when input is available.
  39.  
  40.        _s_o_u_r_c_e     Specifies the source file descriptor on a UNIX-
  41.          based system or other operating system dependent
  42.          device specification.
  43.  
  44. DDEESSCCRRIIPPTTIIOONN
  45.        _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_.
  46.  
  47.        _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_.
  48.  
  49.        _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.
  50.  
  51. SSEEEE AALLSSOO
  52.        _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
  53.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.