gtkWidgetDestroy            package:RGtk2            R Documentation

_g_t_k_W_i_d_g_e_t_D_e_s_t_r_o_y

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

     Destroys a widget. Equivalent to 'gtk\Object\Destroy()', except
     that you don't have to cast the widget to 'GtkObject'. When a
     widget is destroyed, it will break any references it holds to
     other objects. If the widget is inside a container, the widget
     will be removed from the container. If the widget is a toplevel
     (derived from 'GtkWindow'), it will be removed from the list of
     toplevels, and the reference GTK+ holds to it will be removed.
     Removing a widget from its container or the list of toplevels
     results in the widget being finalized, unless you've added
     additional references to the widget with 'g\Object\Ref()'.

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

     gtkWidgetDestroy(object, ...)

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

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

_D_e_t_a_i_l_s:

     In most cases, only toplevel widgets (windows) require explicit
     destruction, because when you destroy a toplevel its children will
     be destroyed as well.

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

     Derived by RGtkGen from GTK+ documentation

