gtkAccelMapLockPath          package:RGtk2          R Documentation

_g_t_k_A_c_c_e_l_M_a_p_L_o_c_k_P_a_t_h

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

     Locks the given accelerator path. If the accelerator map doesn't
     yet contain an entry for 'accel.path', a new one is created.

_U_s_a_g_e:

     gtkAccelMapLockPath(accel.path)

_A_r_g_u_m_e_n_t_s:

'accel.path': [character]  a valid accelerator path

_D_e_t_a_i_l_s:

     Locking an accelerator path prevents its accelerator from being
     changed  during runtime. A locked accelerator path can be unlocked
     by  'gtkAccelMapUnlockPath'. Refer to 'gtkAccelMapChangeEntry' 
     for information about runtime accelerator changes.

     If called more than once, 'accel.path' remains locked until
     'gtkAccelMapUnlockPath' has been called an equivalent number of
     times.

     Note that locking of individual accelerator paths is independent
     from  locking the 'GtkAccelGroup' containing them. For runtime
     accelerator changes to be possible both the accelerator path and
     its 'GtkAccelGroup' have to be unlocked.  

     Since  2.4

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

     Derived by RGtkGen from GTK+ documentation

