gtkAccelGroupLock           package:RGtk2           R Documentation

_g_t_k_A_c_c_e_l_G_r_o_u_p_L_o_c_k

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

     Locks the given accelerator group.

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

     gtkAccelGroupLock(object)

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

'object': ['GtkAccelGroup']  a 'GtkAccelGroup'

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

     Locking an acelerator group prevents the accelerators contained
     within it to be changed during runtime. Refer to
     'gtkAccelMapChangeEntry' about runtime accelerator changes.

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

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

     Derived by RGtkGen from GTK+ documentation

