gtkActionGroupSetTranslateFunc     package:RGtk2     R Documentation

_g_t_k_A_c_t_i_o_n_G_r_o_u_p_S_e_t_T_r_a_n_s_l_a_t_e_F_u_n_c

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

     Sets a function to be used for translating the 'label' and
     'tooltip' of  'GtkActionGroupEntry's added by
     'gtkActionGroupAddActions'.

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

     gtkActionGroupSetTranslateFunc(object, func, data = NULL)

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

'object': ['GtkActionGroup']  a 'GtkActionGroup'

  'func': ['GtkTranslateFunc']  a 'GtkTranslateFunc'

  'data': [R object]  data to be passed to 'func' and 'notify'

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

     If you're using 'gettext()', it is enough to set the translation
     domain with 'gtkActionGroupSetTranslationDomain'.  

     Since  2.4

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

     Derived by RGtkGen from GTK+ documentation

