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

  1.  
  2.  
  3.  
  4. XtRegisterGrabAction(3Xt)  XT FUNCTIONS XtRegisterGrabAction(3Xt)
  5.  
  6.  
  7. NNAAMMEE
  8.        XtRegisterGrabAction - register button and key grabs
  9.  
  10. SSYYNNTTAAXX
  11.        void XtRegisterGrabAction(_a_c_t_i_o_n___p_r_o_c, _o_w_n_e_r___e_v_e_n_t_s,
  12.        _e_v_e_n_t___m_a_s_k, _p_o_i_n_t_e_r___m_o_d_e, _k_e_y_b_o_a_r_d___m_o_d_e)
  13.          XtActionProc _a_c_t_i_o_n___p_r_o_c;
  14.          Boolean _o_w_n_e_r___e_v_e_n_t_s;
  15.          unsigned int _e_v_e_n_t___m_a_s_k;
  16.          int _p_o_i_n_t_e_r___m_o_d_e;
  17.          int _k_e_y_b_o_a_r_d___m_o_d_e;
  18.  
  19.  
  20. AARRGGUUMMEENNTTSS
  21.        _a_c_t_i_o_n___p_r_o_c
  22.          Specifies the action procedure to search for in
  23.          translation tables.
  24.  
  25.        _a_c_t_i_o_n
  26.  
  27.        _e_v_e_n_t
  28.  
  29.        _p_a_r_a_m_s
  30.  
  31.        _n_u_m___p_a_r_a_m_s
  32.          Specify arguments to _X_t_G_r_a_b_B_u_t_t_o_n or _X_t_G_r_a_b_K_e_y
  33.  
  34. DDEESSCCRRIIPPTTIIOONN
  35.        _X_t_R_e_g_i_s_t_e_r_G_r_a_b_A_c_t_i_o_n adds the specified _a_c_t_i_o_n___p_r_o_c to a
  36.        list known to the translation manager.
  37.  
  38. SSEEEE AALLSSOO
  39.        _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
  40.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  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.