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

  1.  
  2.  
  3.  
  4. XtAppAddTimeOut(3Xt)       XT FUNCTIONS         XtAppAddTimeOut(3Xt)
  5.  
  6.  
  7. NNAAMMEE
  8.        XtAppAddTimeOut, XtRemoveTimeOut - register and remove
  9.        timeouts
  10.  
  11. SSYYNNTTAAXX
  12.        XtIntervalId XtAppAddTimeOut(_a_p_p___c_o_n_t_e_x_t, _i_n_t_e_r_v_a_l, _p_r_o_c,
  13.        _c_l_i_e_n_t___d_a_t_a)
  14.          XtAppContext _a_p_p___c_o_n_t_e_x_t;
  15.          unsigned long _i_n_t_e_r_v_a_l;
  16.          XtTimerCallbackProc _p_r_o_c;
  17.          XtPointer _c_l_i_e_n_t___d_a_t_a;
  18.  
  19.        void XtRemoveTimeOut(_t_i_m_e_r)
  20.          XtIntervalId _t_i_m_e_r;
  21.  
  22. AARRGGUUMMEENNTTSS
  23.        _a_p_p___c_o_n_t_e_x_t
  24.          Specifies the application context for which the
  25.          timer is to be set.
  26.  
  27.        _c_l_i_e_n_t___d_a_t_a
  28.          Specifies the argument that is to be passed to
  29.          the specified procedure when .
  30.  
  31.        _i_n_t_e_r_v_a_l     Specifies the time interval in milliseconds.
  32.  
  33.        _p_r_o_c     Specifies the procedure that is to be called
  34.          when time expires.
  35.  
  36.        _t_i_m_e_r     Specifies the ID for the timeout request to be
  37.          destroyed.
  38.  
  39. DDEESSCCRRIIPPTTIIOONN
  40.        The _X_t_A_p_p_A_d_d_T_i_m_e_O_u_t function creates a timeout and returns
  41.        an identifier for it.  The timeout value is set to inter-
  42.        val.  The callback procedure is called when the time
  43.        interval elapses, and then the timeout is removed.
  44.  
  45.        The _X_t_R_e_m_o_v_e_T_i_m_e_O_u_t function removes the timeout.  Note
  46.        that timeouts are automatically removed once they trigger.
  47.  
  48. SSEEEE AALLSSOO
  49.        XtAppAddInput(3Xt),XtAppAddSignal(3Xt)
  50.        _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
  51.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.