Class Rss_gui.gui


class gui : ?quit_on_destroy:bool -> ?on_close_file:string -> unit -> ?default_file:bool -> string list -> object .. end
Inherits
val mutable file_boxes : file list
method add_file_box : string option -> unit
method active_file : file option
method quit : unit -> unit
method about : unit -> unit
method new_file : unit -> unit
method close_current : unit -> unit
method open_file : unit -> unit
method on_current : (file -> unit) -> unit -> unit