Module Galax_server_util.Gui

module Gui: sig .. end

type nodeName = string 
type guiEvent = 
| GuiMessage of nodeName * nodeName * string
* string * string
| GuiNode of nodeName * string * string
| GuiNewNode of nodeName * string
| GuiNone
val gui_init : bool -> string -> int -> unit
val guievent_of_string : string -> guiEvent
val string_of_guievent : guiEvent -> string
val gui_report : Unix.file_descr -> bool -> guiEvent -> unit