gtkContainerRemove           package:RGtk2           R Documentation

_g_t_k_C_o_n_t_a_i_n_e_r_R_e_m_o_v_e

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

     Removes 'widget' from 'container'. 'widget' must be inside
     'container'. Note that 'container' will own a reference to
     'widget', and that this may be the last reference held; so
     removing a widget from its container can destroy that widget. If
     you want to use 'widget' again, you need to add a reference to it
     while it's not inside a container, using 'g\Object\Ref()'. If you
     don't want to use 'widget' again it's usually more efficient to
     simply destroy it directly using 'gtkWidgetDestroy' since this
     will remove it from the container and help break any circular
     reference count cycles.

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

     gtkContainerRemove(object, widget)

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

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

'widget': ['GtkWidget']  a current child of 'container'

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

     Derived by RGtkGen from GTK+ documentation

