children                package:RGtk                R Documentation

_G_e_t _c_h_i_l_d _w_i_d_g_e_t_s _o_f _a _G_t_k _c_o_n_t_a_i_n_e_r

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

     This returns a list of the widgets that are currently contained or
     managed by  a particular Gtk container widget.

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

     gtkChildren(w, full = TRUE)
     gtkContainerGetChildren(w, full = TRUE)
     gtkParent(w, full = TRUE)
     gtkWidgetGetParent(w, full = TRUE)

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

       w: the Gtk widget object whose children or parent widget(s) are
          to be retrieved. For 'gtkChildren', the object should be an
          object that inherits from the class 'GtkContainer'. 

    full: a logical value indicating whether we should examine the
          resulting object(s) and expand the class based on the
          run-time type. If this is 'FALSE', a generic class
          'GtkWidget' is used. If one does not need to know what type
          of widget the parent or children widgets are, then specify
          'FALSE' to save processing.

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

     For 'gtkChildren', a list with each element corresponding to a
     child in the container widget.

     If 'full' is 'TRUE', the class of each widget returned will
     contain information about the actual type of the underlying Gtk
     widget. Otherwise, it will simply be 'GtkWidget'.

_N_o_t_e:

     This is an extra-ordinarily early release  intended to encourage
     others to contribute code, etc.

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

     Duncan Temple Lang

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.gtk.org> <URL: http://www.omegahat.org/RGtk>

_S_e_e _A_l_s_o:

     'gtkParent'

_E_x_a_m_p_l_e_s:

