[ Version ( since = "3.8" ) ]
public void unregister_window (Window window)
Unregisters a Window from the widget that was previously set up with register_window.
You need to call this when the window is no longer used by the widget, such as when you destroy it.
this |
a Widget |
window |
a Window |