gtkAccelGroupDisconnectKey       package:RGtk2       R Documentation

_g_t_k_A_c_c_e_l_G_r_o_u_p_D_i_s_c_o_n_n_e_c_t_K_e_y

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

     Removes an accelerator previously installed through
     'gtkAccelGroupConnect'.

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

     gtkAccelGroupDisconnectKey(object, accel.key, accel.mods)

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

'object': ['GtkAccelGroup']       the accelerator group to install an
          accelerator in

'accel.key': [numeric]         key value of the accelerator

'accel.mods': ['GdkModifierType']        modifier combination of the
          accelerator

_V_a_l_u_e:

     [logical] 'TRUE' if there was an accelerator which could be 
     removed, 'FALSE' otherwise

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

     Derived by RGtkGen from GTK+ documentation

