Method
GtkWidgetunregister_window
Declaration [src]
void
gtk_widget_unregister_window (
GtkWidget* widget,
GdkWindow* window
)
Description [src]
Unregisters a GdkWindow
from the widget that was previously set up with
gtk_widget_register_window(). You need to call this when the window is
no longer used by the widget, such as when you destroy it.
Available since: | 3.8 |
Parameters
window |
GdkWindow |
A |
|
The data is owned by the caller of the function. |