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

  1.  
  2.  
  3.  
  4. XtErrorMsg(3Xt)        XT COMPATIBILITY FUNCTIONS      XtErrorMsg(3Xt)
  5.  
  6.  
  7. NNAAMMEE
  8.        XtErrorMsg, XtSetErrorMsgHandler, XtWarningMsg, XtSet-
  9.        WarningMsgHandler - high-level error handlers
  10.  
  11. SSYYNNTTAAXX
  12.        void XtErrorMsg(_n_a_m_e, _t_y_p_e, _c_l_a_s_s, _d_e_f_a_u_l_t,  _p_a_r_a_m_s,
  13.        _n_u_m___p_a_r_a_m_s)
  14.        String _n_a_m_e;
  15.        String _t_y_p_e;
  16.        String _c_l_a_s_s;
  17.        String _d_e_f_a_u_l_t;
  18.        String *_p_a_r_a_m_s;
  19.        Cardinal *_n_u_m___p_a_r_a_m_s;
  20.  
  21.        void XtSetErrorMsgHandler(_m_s_g___h_a_n_d_l_e_r)
  22.          XtErrorMsgHandler _m_s_g___h_a_n_d_l_e_r;
  23.  
  24.        void XtSetWarningMsgHandler(_m_s_g___h_a_n_d_l_e_r)
  25.          XtErrorMsgHandler _m_s_g___h_a_n_d_l_e_r;
  26.  
  27.        void XtWarningMsg(_n_a_m_e, _t_y_p_e, _c_l_a_s_s, _d_e_f_a_u_l_t, _p_a_r_a_m_s,
  28.        _n_u_m___p_a_r_a_m_s)
  29.        String _n_a_m_e;
  30.        String _t_y_p_e;
  31.        String _c_l_a_s_s;
  32.        String _d_e_f_a_u_l_t;
  33.        String *_p_a_r_a_m_s;
  34.        Cardinal *_n_u_m___p_a_r_a_m_s;
  35.  
  36. AARRGGUUMMEENNTTSS
  37.        _c_l_a_s_s     Specifies the resource class.
  38.  
  39.        _d_e_f_a_u_l_t     Specifies the default message to use.
  40.  
  41.        _n_a_m_e     Specifies the general kind of error.
  42.  
  43.        _t_y_p_e     Specifies the detailed name of the error.
  44.  
  45.        _m_s_g___h_a_n_d_l_e_r
  46.          Specifies the new fatal error procedure, which
  47.          should not return or the nonfatal error proce-
  48.          dure, which usually returns.
  49.  
  50.        _n_u_m___p_a_r_a_m_s
  51.          Specifies the number of values in the parameter
  52.          list.
  53.  
  54.        _p_a_r_a_m_s     Specifies a pointer to a list of values to be
  55.          stored in the message.
  56.  
  57. DDEESSCCRRIIPPTTIIOONN
  58.        The _X_t_E_r_r_o_r_M_s_g function has been superceded by
  59.        _X_t_A_p_p_E_r_r_o_r_M_s_g.
  60.  
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. XtErrorMsg(3Xt)        XT COMPATIBILITY FUNCTIONS      XtErrorMsg(3Xt)
  71.  
  72.  
  73.        The _X_t_S_e_t_E_r_r_o_r_M_s_g_H_a_n_d_l_e_r function has been superceded by
  74.        _X_t_A_p_p_S_e_t_E_r_r_o_r_M_s_g_H_a_n_d_l_e_r.
  75.  
  76.        The _X_t_S_e_t_W_a_r_n_i_n_g_M_s_g_H_a_n_d_l_e_r function has been superceded by
  77.        _X_t_A_p_p_S_e_t_W_a_r_n_i_n_g_M_s_g_H_a_n_d_l_e_r.
  78.  
  79.        The _X_t_W_a_r_n_i_n_g_M_s_g function has been superceded by _X_t_A_p_p_-
  80.        _W_a_r_n_i_n_g_M_s_g
  81.  
  82. SSEEEE AALLSSOO
  83.        _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
  84.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130. X Version 11           Release 6.1                2
  131.  
  132.  
  133.