?file:string ->
?domain:string ->
?autoconnect:bool ->
unit ->
object
  val hbox : GPack.box
  val outputs_note_tab : GWindow.window
  val toplevel : GWindow.window
  val wb_close : GButton.button
  val wlabel : GMisc.label
  val xml : Glade.glade_xml Gtk.obj
  method bind : name:string -> callback:(unit -> unit) -> unit
  method check_widgets : unit -> unit
  method hbox : GPack.box
  method outputs_note_tab : GWindow.window
  method reparent : GObj.widget -> unit
  method toplevel : GWindow.window
  method wb_close : GButton.button
  method wlabel : GMisc.label
  method xml : Glade.glade_xml Gtk.obj
end