?on_destroy:(unit -> unit) ->
unit ->
object
  method add_output : Ed_outputs.output -> unit
  method bind : name:string -> callback:(unit -> unit) -> unit
  method check_widgets : unit -> unit
  method notebook : GPack.notebook
  method output_by_name : string -> Ed_outputs.output
  method private output_pos : string -> int
  method outputs : GWindow.window
  method reparent : GObj.widget -> unit
  method show : string -> unit
  method toplevel : GWindow.window
  method xml : Glade.glade_xml Gtk.obj
end