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

  1.  
  2.  
  3.  
  4. XtNextEvent(3Xt)    XT COMPATIBILITY FUNCTIONS     XtNextEvent(3Xt)
  5.  
  6.  
  7. NNAAMMEE
  8.        XtNextEvent, XtPending, XtPeekEvent, XtProcessEvent,
  9.        XtMainLoop - query and process events and input
  10.  
  11. SSYYNNTTAAXX
  12.        void XtNextEvent(_e_v_e_n_t___r_e_t_u_r_n)
  13.          XEvent *_e_v_e_n_t___r_e_t_u_r_n;
  14.  
  15.        Boolean XtPeekEvent(_e_v_e_n_t___r_e_t_u_r_n)
  16.          XEvent *_e_v_e_n_t___r_e_t_u_r_n;
  17.  
  18.        XtInputMask XtPending()
  19.  
  20.        void XtProcessEvent(_m_a_s_k)
  21.          XtInputMask _m_a_s_k;
  22.  
  23.        void XtMainLoop()
  24.  
  25. AARRGGUUMMEENNTTSS
  26.        _e_v_e_n_t     Specifies a pointer to the event structure that
  27.          is to be dispatched to the appropriate event
  28.          handler.
  29.  
  30.        _e_v_e_n_t___r_e_t_u_r_n
  31.          Returns the event information to the specified
  32.          event structure.
  33.  
  34.        _m_a_s_k     Specifies what types of events to process.  The
  35.          mask is the bitwise inclusive OR of any combina-
  36.          tion of _X_t_I_M_X_E_v_e_n_t, _X_t_I_M_T_i_m_e_r,
  37.          _X_t_I_M_A_l_t_e_r_n_a_t_e_I_n_p_u_t, and _X_t_I_M_S_i_g_n_a_l.  As a conve-
  38.          nience, the X Toolkit defines the symbolic name
  39.          _X_t_I_M_A_l_l to be the bitwise inclusive OR of all
  40.          event types.
  41.  
  42. DDEESSCCRRIIPPTTIIOONN
  43.        _X_t_N_e_x_t_E_v_e_n_t has been replaced by _X_t_A_p_p_N_e_x_t_E_v_e_n_t.
  44.  
  45.        _X_t_P_e_e_k_E_v_e_n_t has been replaced by _X_t_A_p_p_P_e_e_k_E_v_e_n_t.
  46.  
  47.        _X_t_P_e_n_d_i_n_g has been replaced by _X_t_A_p_p_P_e_n_d_i_n_g.
  48.  
  49.        _X_t_P_r_o_c_e_s_s_E_v_e_n_t has been replaced by _X_t_A_p_p_P_r_o_c_e_s_s_E_v_e_n_t.
  50.  
  51.        _X_t_M_a_i_n_L_o_o_p has been replaced by _X_t_A_p_p_M_a_i_n_L_o_o_p.
  52.  
  53. SSEEEE AALLSSOO
  54.        XtAppNextEvent(3xt), XtAppPending(3Xt),
  55.        XtAppPeekEvent(3Xt), XtAppProcessEvent(3Xt), XtAppMain-
  56.        Loop(3Xt)
  57.        _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
  58.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  59.  
  60.  
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.