bogue
GUI library for ocaml, with animations, based on SDL2
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Windows
In order to display a Layout, you need to create a Window.t
for it, and pass it as argument of Main.make
. Windows are create by SDL, and hence will appear with the usual decorations of your Desktop Environment.
Create a window from the given layout. The layout must not belong to any room. If the layout is hidden, the window will be created but not shown.
val destroy : t -> unit
Ask Bogue to destroy the window.