Widget.unregisterWindow

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.

class Widget
void
unregisterWindow

Parameters

window Window

a GdkWindow Since 3.8

Meta