Module Stk.Default_app

Default application.

class app : ?props:Props.t option -> ?rflags:Tsdl.Sdl.Renderer.flags option -> ?resizable: bool option -> ?show:bool option -> ?autosize_width:bool option -> ?autosize_height: 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.