Module Stk.Default_app

Default application.

class app : ?rflags:Tsdl.Sdl.Renderer.flags option -> ?resizable:bool option -> ?show: bool option -> ?x:int option -> ?y:int option -> ?w:int option -> ?h:int option -> string -> object ... end

This class defines a standard window for application, with a menu bar and standard menu items.