gtkActionBlockActivateFrom       package:RGtk2       R Documentation

_g_t_k_A_c_t_i_o_n_B_l_o_c_k_A_c_t_i_v_a_t_e_F_r_o_m

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

     Disables calls to the 'gtkActionActivate' function by signals on
     the given proxy widget.  This is used to break notification loops
     for things like check or radio actions.

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

     gtkActionBlockActivateFrom(object, proxy)

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

'object': ['GtkAction']  the action object

 'proxy': ['GtkWidget']  a proxy widget

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

     This function is intended for use by action implementations.  

     Since  2.4

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

     Derived by RGtkGen from GTK+ documentation

