?file:string ->
?domain:string ->
?autoconnect:bool ->
unit ->
object
  val file : GWindow.window
  val scrolledwindow1 : GBin.scrolled_window
  val toplevel : GWindow.window
  val tv : GTree.view
  val xml : Glade.glade_xml Gtk.obj
  method bind : name:string -> callback:(unit -> unit) -> unit
  method check_widgets : unit -> unit
  method file : GWindow.window
  method reparent : GObj.widget -> unit
  method scrolledwindow1 : GBin.scrolled_window
  method toplevel : GWindow.window
  method tv : GTree.view
  method xml : Glade.glade_xml Gtk.obj
end