children                package:RGtk2                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:

     *DEPRECATED!! (compatibility wrappers for RGtk 1!)* 

     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(object)
     gtkParent(object)

_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'. 

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

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

_N_o_t_e:

     THIS STUFF IS VERY OLD AND DEPRECATED (compatibility wrappers for
     RGtk 1)

     This is a slightly modified function from Duncan's original. It
     now always behaves  as if the former argument 'FULL' is 'TRUE'.

     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'

