gtkWidgetUnrealize {RGtk2}R Documentation

gtkWidgetUnrealize

Description

This function is only useful in widget implementations. Causes a widget to be unrealized (frees all GDK resources associated with the widget, such as widget->window).

Usage

gtkWidgetUnrealize(object)

Arguments

object [GtkWidget] a GtkWidget

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]