gtkWidgetCanActivateAccel       package:RGtk2       R Documentation

_g_t_k_W_i_d_g_e_t_C_a_n_A_c_t_i_v_a_t_e_A_c_c_e_l

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

     Determines whether an accelerator that activates the signal
     identified by 'signal.id' can currently be activated. This is done
     by emitting the 'gtkWidgetCanActivateAccel' signal on 'widget'; if
     the signal isn't overridden by a handler or in a derived widget,
     then the default check is that the widget must be sensitive, and
     the widget and all its ancestors mapped.

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

     gtkWidgetCanActivateAccel(object, signal.id)

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

'object': ['GtkWidget']  a 'GtkWidget'

'signal.id': [numeric]  the ID of a signal installed on 'widget'

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

     Since  2.4

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

     [logical] 'TRUE' if the accelerator can be activated.

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

     Derived by RGtkGen from GTK+ documentation

