gtkItemFactorySetTranslateFunc     package:RGtk2     R Documentation

_g_t_k_I_t_e_m_F_a_c_t_o_r_y_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 path elements
     before they are displayed. *WARNING:
     'gtk_item_factory_set_translate_func' has been deprecated since
     version 2.4 and should not be used in newly-written code. *

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

     gtkItemFactorySetTranslateFunc(object, func, data = NULL)

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

'object': ['GtkItemFactory']  a 'GtkItemFactory'

  'func': ['GtkTranslateFunc']  the 'GtkTranslateFunc' function to be
          used to translate path elements 

  'data': [R object]  data to pass to 'func' and 'notify'

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

     Derived by RGtkGen from GTK+ documentation

