Widget.unregisterWindow

Unregisters a gdk.Window from the widget that was previously set up with Widget.registerWindow. 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
(
GdkWin window
)

Parameters

window GdkWin

Meta