gtkWidgetPath             package:RGtk2             R Documentation

_g_t_k_W_i_d_g_e_t_P_a_t_h

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

     Obtains the full path to 'widget'. The path is simply the name of
     a widget and all its parents in the container hierarchy, separated
     by periods. The name of a widget comes from 'gtkWidgetGetName'.
     Paths are used to apply styles to a widget in gtkrc configuration
     files. Widget names are the type of the widget by default (e.g.
     "GtkButton") or can be set to an application-specific value with
     'gtkWidgetSetName'. By setting the name of a widget, you allow
     users or theme authors to apply styles to that specific widget in
     their gtkrc file. 'path.reversed.p' fills in the path in reverse
     order, i.e. starting with 'widget''s name instead of starting with
     the name of 'widget''s outermost ancestor.

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

     gtkWidgetPath(object)

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

'object': ['GtkWidget']  a 'GtkWidget'

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

     A list containing the following elements: 

'path.length': [numeric]  location to store length of the path, or
          'NULL'

  'path': [character]  location to store allocated path string, or
          'NULL' 

'path.reversed': [character]  location to store allocated reverse path
          string, or 'NULL'

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

     Derived by RGtkGen from GTK+ documentation

