gtkContainerForall           package:RGtk2           R Documentation

_g_t_k_C_o_n_t_a_i_n_e_r_F_o_r_a_l_l

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

     Invokes 'callback' on each child of 'container', including
     children that are considered "internal" (implementation details of
     the container). "Internal" children generally weren't added by the
     user of the container, but were added by the container
     implementation itself.  Most applications should use
     'gtkContainerForeach', rather than 'gtkContainerForall'.

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

     gtkContainerForall(object, callback, callback.data = NULL)

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

'object': ['GtkContainer']  a 'GtkContainer'

'callback': ['GtkCallback']  a callback

'callback.data': [R object]  callback user data

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

     Derived by RGtkGen from GTK+ documentation

