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

  1.  
  2.  
  3.  
  4. XtGetKeysymTable(3Xt)       XT FUNCTIONS        XtGetKeysymTable(3Xt)
  5.  
  6.  
  7. NNAAMMEE
  8.        XtGetKeysymTable, XtKeysymToKeycodeList - query keysyms
  9.        and keycodes
  10.  
  11. SSYYNNTTAAXX
  12.        Keysym* XtGetKeysymTable(_d_i_s_p_l_a_y, _m_i_n___k_e_y_c_o_d_e___r_e_t_u_r_n,
  13.        _k_e_y_s_y_m_s___p_e_r___k_e_y_c_o_d_e___r_e_t_u_r_n)
  14.          Display* _d_i_s_p_l_a_y;
  15.          KeyCode* _m_i_n___k_e_y_c_o_d_e___r_e_t_u_r_n;
  16.          int* _k_e_y_s_y_m_s___p_e_r___k_e_y_c_o_d_e___r_e_t_u_r_n;
  17.  
  18.        void XtKeysymToKeycodeList(_d_i_s_p_l_a_y, _k_e_y_s_y_m, _k_e_y_-
  19.        _c_o_d_e_s___r_e_t_u_r_n, _k_e_y_c_o_u_n_t___r_e_t_u_r_n)
  20.          Display* _d_i_s_p_l_a_y;
  21.          KeySym _k_e_y_s_y_m;
  22.          KeyCode** _k_e_y_c_o_d_e_s___r_e_t_u_r_n;
  23.          Cardinal* _k_e_y_c_o_u_n_t___r_e_t_u_r_n;
  24.  
  25. AARRGGUUMMEENNTTSS
  26.        _d_i_s_p_l_a_y     Specifies the display whose table is required.
  27.  
  28.  
  29.        _m_i_n___k_e_y_c_o_d_e___r_e_t_u_r_n
  30.          Returns the minimum KeyCode valid for the dis-
  31.          play.
  32.  
  33.  
  34.        _k_e_y_s_y_m_s___p_e_r___k_e_y_c_o_d_e___r_e_t_u_r_n
  35.           Returns the number of KeySyms stored for each Key-
  36.           Code.
  37.  
  38.  
  39.        _k_e_y_s_y_m     Specifies the KeySym for which to search.
  40.  
  41.  
  42.        _k_e_y_c_o_d_e_s___r_e_t_u_r_n
  43.          Returns a list of KeyCodes that have _k_e_y_s_y_m
  44.          associated with them, or NULL if _k_e_y_c_o_u_n_t___r_e_t_u_r_n
  45.          is 0.
  46.  
  47.  
  48.        _k_e_y_c_o_u_n_t___r_e_t_u_r_n
  49.          Returns the number of KeyCodes in the keycode
  50.          list.
  51.  
  52. DDEESSCCRRIIPPTTIIOONN
  53.        _X_t_G_e_t_K_e_y_s_y_m_T_a_b_l_e returns a pointer to the Intrinsics' copy
  54.        of the server's KeyCode-to-KeySym table. This table must
  55.        not be modified.
  56.  
  57.        The _X_t_K_e_y_s_y_m_T_o_K_e_y_c_o_d_e_L_i_s_t procedure returns all the Key-
  58.        Codes that have _k_e_y_s_y_m in their entry for the keyboard
  59.        mapping table associated with _d_i_s_p_l_a_y.  The caller should
  60.        free the storage pointed to by _k_e_y_c_o_d_e_s___r_e_t_u_r_n using
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. XtGetKeysymTable(3Xt)       XT FUNCTIONS        XtGetKeysymTable(3Xt)
  71.  
  72.  
  73.        _X_t_F_r_e_e when it is no longer useful.
  74.  
  75. SSEEEE AALLSSOO
  76.        _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
  77.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  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.