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

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