gtkActionConnectProxy         package:RGtk2         R Documentation

_g_t_k_A_c_t_i_o_n_C_o_n_n_e_c_t_P_r_o_x_y

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

     Connects a widget to an action object as a proxy.  Synchronises 
     various properties of the action with the widget (such as label 
     text, icon, tooltip, etc), and attaches a callback so that the 
     action gets activated when the proxy widget does.

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

     gtkActionConnectProxy(object, proxy)

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

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

 'proxy': ['GtkWidget']  the proxy widget

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

     If the widget is already connected to an action, it is
     disconnected first.  

     Since  2.4

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

     Derived by RGtkGen from GTK+ documentation

