module Ed_gui:The main GUI module, defining windows and boxes used to split the windows.sig..end
More elements can be showed in interface if needed.
val window_pixbuf : GdkPixbuf.pixbuf optionclass gui_window :?x:int -> ?y:int -> ?width:int -> ?height:int -> unit ->object..end
class gui_paned :Ed_view.topwin -> Gtk.Tags.orientation -> unit ->object..end
class gui_notebook :Ed_view.topwin -> unit ->object..end
val init_view : Ed_view.topwin -> Ed_view.gui_view -> unittypegui_windows =gui_window list
val gui_windows : gui_windows Pervasives.refval active_window : gui_window option Pervasives.refval on_last_window_close : (unit -> unit) Pervasives.refval create_window : ?x:int -> ?y:int -> ?width:int -> ?height:int -> unit -> gui_windowval in_new_window : string array -> unitval show_about_dialog : unit -> unitval on_active_window : (gui_window -> unit) -> unit -> unitEd_gui.on_active_window_args can be used to apply
a function to the active window, if any.
They are useful when creating commands to register.val on_active_window_args : (gui_window -> string array -> unit) -> string array -> unitval prompt_command_history : Ed_minibuffer.minibuffer_historyval prompt_command : gui_window -> unit