Package: gtk

Function gtk:widget-unregister-window

Lambda List

gtk:widget-unregister-window (widget window)

Arguments

widget -- a gtk:widget object
window -- a gdk:window object

Details

Unregisters a GDK window from the widget that was previously set up with the gtk:widget-register-window function. You need to call this when the window is no longer used by the widget, such as when you destroy it.
 

See also

#2023-3-8