gtk-Accelerator-Maps          package:RGtk2          R Documentation

_A_c_c_e_l_e_r_a_t_o_r _M_a_p_s

_D_e_s_c_r_i_p_t_i_o_n:

     Loadable keyboard accelerator specifications

_M_e_t_h_o_d_s _a_n_d _F_u_n_c_t_i_o_n_s:

     'gtkAccelMapAddEntry(accel.path, accel.key, accel.mods)'
      'gtkAccelMapLookupEntry(accel.path)'
      'gtkAccelMapChangeEntry(accel.path, accel.key, accel.mods,
     replace)'
      'gtkAccelMapLoad(file.name)'
      'gtkAccelMapSave(file.name)'
      'gtkAccelMapForeach(data = NULL, foreach.func)'
      'gtkAccelMapLoadFd(fd)'
      'gtkAccelMapSaveFd(fd)'
      'gtkAccelMapLoadScanner(scanner)'
      'gtkAccelMapAddFilter(filter.pattern)'
      'gtkAccelMapForeachUnfiltered(data = NULL, foreach.func)'
      'gtkAccelMapGet()'
      'gtkAccelMapLockPath(accel.path)'
      'gtkAccelMapUnlockPath(accel.path)'

_H_i_e_r_a_r_c_h_y:

     GObject
        +----GtkAccelMap 

_S_t_r_u_c_t_u_r_e_s:


     '_G_t_k_A_c_c_e_l_M_a_p' _undocumented _


_U_s_e_r _F_u_n_c_t_i_o_n_s:


     '_G_t_k_A_c_c_e_l_M_a_p_F_o_r_e_a_c_h(_d_a_t_a, _a_c_c_e_l._p_a_t_h, _a_c_c_e_l._k_e_y, _a_c_c_e_l._m_o_d_s, _c_h_a_n_g_e_d)' 
          _undocumented _

          '_d_a_t_a' [R object] 

          '_a_c_c_e_l._p_a_t_h' [character] 

          '_a_c_c_e_l._k_e_y' [numeric] 

          '_a_c_c_e_l._m_o_d_s' ['GdkModifierType'] 

          '_c_h_a_n_g_e_d' [logical] 


_S_i_g_n_a_l_s:


     '_c_h_a_n_g_e_d(_o_b_j_e_c_t, _a_c_c_e_l._p_a_t_h, _a_c_c_e_l._k_e_y, _a_c_c_e_l._m_o_d_s, _u_s_e_r._d_a_t_a)' 
          Notifies of a change in the global accelerator map. The path
          is also used as the detail for the signal, so it is possible
          to connect to changed::\accel_path.  

          Since  2.4

          '_o_b_j_e_c_t' ['GtkAccelMap']  the global accel map object

          '_a_c_c_e_l._p_a_t_h' [character]  the path of the accelerator that
               changed

          '_a_c_c_e_l._k_e_y' [numeric]  the key value for the new accelerator

          '_a_c_c_e_l._m_o_d_s' ['GdkModifierType']  the modifier mask for the
               new accelerator

          '_u_s_e_r._d_a_t_a' [R object] user data set when the signal handler
               was connected.


_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

_R_e_f_e_r_e_n_c_e_s:

     <URL:
     http://developer.gnome.org/doc/API/2.0/gtk/gtk-Accelerator-Maps.html>

