gtkAccelGroupDisconnect        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

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

     Removes an accelerator previously installed through
     'gtkAccelGroupConnect'.

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

     gtkAccelGroupDisconnect(object, closure)

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

'object': ['GtkAccelGroup']  the accelerator group to remove an
          accelerator from

'closure': ['GClosure']      the closure to remove from this
          accelerator group

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

     [logical] 'TRUE' if the closure was found and got disconnected

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

     Derived by RGtkGen from GTK+ documentation

