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

  1.  
  2.  
  3.  
  4. XtGetActionKeysym(3Xt)       XT FUNCTIONS       XtGetActionKeysym(3Xt)
  5.  
  6.  
  7. NNAAMMEE
  8.        XtGetActionKeysym - obtain corresponding keysym
  9.  
  10. SSYYNNTTAAXX
  11.        KeySym XtGetActionKeysym(_e_v_e_n_t, _m_o_d_i_f_i_e_r_s___r_e_t_u_r_n)
  12.          XEvent* _e_v_e_n_t;
  13.          Modifiers* _m_o_d_i_f_i_e_r_s___r_e_t_u_r_n;
  14.  
  15.  
  16. AARRGGUUMMEENNTTSS
  17.        _e_v_e_n_t     Specifies the event pointer passed to the action
  18.          procedure by the Intrinsics.
  19.  
  20.        _m_o_d_i_f_i_e_r_s___r_e_t_u_r_n
  21.          Returns the modifiers that caused the match, if
  22.          non-NULL.
  23.  
  24. DDEESSCCRRIIPPTTIIOONN
  25.        If _X_t_G_e_t_A_c_t_i_o_n_K_e_y_s_y_m is called after an action procedure
  26.        has been invoked by the Intrinsics and before that action
  27.        procedure returns, and if the event pointer has the same
  28.        value as the event pointer passed to that action routine,
  29.        and if the event is a _K_e_y_P_r_e_s_s or _K_e_y_R_e_l_e_a_s_e event, then
  30.        _X_t_G_e_t_A_c_t_i_o_n_K_e_y_s_y_m returns the KeySym that matched the
  31.        final event specification in the translation table and, if
  32.        /fImodifiers_return/fP is non-NULL, the modifier state
  33.        actually used to generate this KeySym; otherwise, if the
  34.        event is a _K_e_y_P_r_e_s_s or _K_e_y_R_e_l_e_a_s_e event, then _X_t_G_e_t_A_c_t_i_o_n_-
  35.        _K_e_y_s_y_m calls _X_t_T_r_a_n_s_l_a_t_e_K_e_y_c_o_d_e and returns the results;
  36.        else it returns _N_o_S_y_m_b_o_l and does not examine _m_o_d_i_-
  37.        _f_i_e_r_s___r_e_t_u_r_n.
  38.  
  39. SSEEEE AALLSSOO
  40.        _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
  41.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  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.