gtkWidgetRemoveAccelerator       package:RGtk2       R Documentation

_g_t_k_W_i_d_g_e_t_R_e_m_o_v_e_A_c_c_e_l_e_r_a_t_o_r

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

     Removes an accelerator from 'widget', previously installed with
     'gtkWidgetAddAccelerator'.

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

     gtkWidgetRemoveAccelerator(object, accel.group, accel.key, accel.mods)

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

'object': ['GtkWidget']        widget to install an accelerator on

'accel.group': ['GtkAccelGroup']   accel group for this widget

'accel.key': [numeric]     GDK keyval of the accelerator

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

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

     [logical]       whether an accelerator was installed and could be
     removed

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

     Derived by RGtkGen from GTK+ documentation

