Window.windowSourceA window is a widget containing one widget and interfacing with SDL window to render and handle events. Windows should not be created directly but through App.create_window, App.create_scrolled_window and App.popup_menu so that events are propagated to them
inherit Stk.Bin.binmethod window : Tsdl.Sdl.windowThe SDL window.