gtkItemFactoryPathFromWidget      package:RGtk2      R Documentation

_g_t_k_I_t_e_m_F_a_c_t_o_r_y_P_a_t_h_F_r_o_m_W_i_d_g_e_t

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

     If 'widget' has been created by an item factory, returns the full
     path to it. (The full path of a widget is the concatenation of the
     factory  path specified in 'gtkItemFactoryNew' with the path
     specified in the  'GtkItemFactoryEntry' from which the widget was
     created.) *WARNING: 'gtk_item_factory_path_from_widget' has been
     deprecated since version 2.4 and should not be used in
     newly-written code. *

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

     gtkItemFactoryPathFromWidget(widget)

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

'widget': ['GtkWidget']  a widget

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

     [character]  the full path to 'widget' if it has been created by
     an item factory, 'NULL' otherwise.

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

     Derived by RGtkGen from GTK+ documentation

