Method
GtkWidgetunregister_window
since: 3.8
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
-
Type:
GdkWindow
A
GdkWindow
.The data is owned by the caller of the function.