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

  1.  
  2.  
  3.  
  4. XtAppAddActions(3Xt)       XT FUNCTIONS         XtAppAddActions(3Xt)
  5.  
  6.  
  7. NNAAMMEE
  8.        XtAppAddActions - register an action table
  9.  
  10. SSYYNNTTAAXX
  11.        void XtAppAddActions(_a_p_p___c_o_n_t_e_x_t, _a_c_t_i_o_n_s, _n_u_m___a_c_t_i_o_n_s)
  12.          XtAppContext _a_p_p___c_o_n_t_e_x_t;
  13.          XtActionList _a_c_t_i_o_n_s;
  14.          Cardinal _n_u_m___a_c_t_i_o_n_s;
  15.  
  16. AARRGGUUMMEENNTTSS
  17.        _a_p_p___c_o_n_t_e_x_t
  18.          Specifies the application context.
  19.  
  20.        _a_c_t_i_o_n_s     Specifies the action table to register.
  21.  
  22.        _n_u_m___a_r_g_s     Specifies the number of entries in this action
  23.          table.
  24.  
  25. DDEESSCCRRIIPPTTIIOONN
  26.        The _X_t_A_p_p_A_d_d_A_c_t_i_o_n_s function adds the specified action
  27.        table and registers it with the translation manager.
  28.  
  29. SSEEEE AALLSSOO
  30.        XtParseTranslationTable(3Xt)
  31.        _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
  32.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  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.