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

  1.  
  2.  
  3.  
  4. XtError(3Xt)        XT COMPATIBILITY FUNCTIONS         XtError(3Xt)
  5.  
  6.  
  7. NNAAMMEE
  8.        XtError, XtSetErrorHandler, XtSetWarningHandler, XtWarning
  9.        - low-level error handlers
  10.  
  11. SSYYNNTTAAXX
  12.        void XtError(_m_e_s_s_a_g_e)
  13.          String _m_e_s_s_a_g_e;
  14.  
  15.        void XtSetErrorHandler(_h_a_n_d_l_e_r)
  16.          XtErrorHandler _h_a_n_d_l_e_r;
  17.  
  18.        void XtSetWarningHandler(_h_a_n_d_l_e_r)
  19.          XtErrorHandler _h_a_n_d_l_e_r;
  20.  
  21.        void XtWarning(_m_e_s_s_a_g_e)
  22.          String _m_e_s_s_a_g_e;
  23.  
  24. AARRGGUUMMEENNTTSS
  25.        _m_e_s_s_a_g_e     Specifies the nonfatal error message that is to
  26.          be reported.
  27.  
  28.        _h_a_n_d_l_e_r     Specifies the new fatal error procedure, which
  29.          should not return, or the nonfatal error proce-
  30.          dure, which usually returns.
  31.  
  32.        _m_e_s_s_a_g_e     Specifies the message that is to be reported.
  33.  
  34. DDEESSCCRRIIPPTTIIOONN
  35.        The _X_t_E_r_r_o_r function has been superceded by _X_t_A_p_p_E_r_r_o_r.
  36.  
  37.        The _X_t_S_e_t_E_r_r_o_r_H_a_n_d_l_e_r function has been superceded by
  38.        _X_t_A_p_p_S_e_t_E_r_r_o_r_H_a_n_d_l_e_r.
  39.  
  40.        The _X_t_S_e_t_W_a_r_n_i_n_g_H_a_n_d_l_e_r function has been superceded by
  41.        _X_t_A_p_p_S_e_t_W_a_r_n_i_n_g_H_a_n_d_l_e_r.
  42.  
  43.        The _X_t_A_p_p_W_a_r_n_i_n_g function has been superceded by
  44.        _X_t_A_p_p_W_a_r_n_i_n_g.
  45.  
  46. SSEEEE AALLSSOO
  47.        _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
  48.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.