class type embedded_app = object end
The class type of embedded applications.
method box : GPack.box
The box, to pack it in something.
method close : unit
The method to call to close the app.
method init_window : GWindow.window -> unit
To perform some initializations with a window.