Webview::WindowManager
Inherits Reference / Object
Multi-window manager for handling multiple webview instances
Class methods
Instance methods
create_window(width : Int32, height : Int32, hint : SizeHints, title : String, url : String, debug = false)
Create a new window with URL
create_window(width : Int32, height : Int32, hint : SizeHints, title : String, debug = false)
Create a new window and add it to the manager
run_all
Run all windows in separate fibers Note: This spawns fibers but returns immediately. The caller needs to keep the main thread alive (e.g., with sleep or another blocking call)