Module Eventloop

module Eventloop: sig .. end
The main eventloop of the GUI library

val run : Widget.widget -> unit
This function takes a widget, which is the "root" of the GUI interface. It creates the "top-level" Gctx, and then it goes into an infinite loopx. The loop simply repeats these steps forever: