?file:string ->
?domain:string ->
?autoconnect:bool ->
unit ->
object
  val add_constr_button : GButton.button
  val box0 : GPack.box
  val buttons_box : GPack.button_box
  val cancel_button : GButton.button
  val cm_box : GPack.box
  val constr_scrolledwindow : GBin.scrolled_window
  val constr_view : GTree.view
  val name_entry : GEdit.entry
  val ok_button : GButton.button
  val remove_constr_button : GButton.button
  val toplevel : GWindow.window
  val vtable_window : GWindow.window
  val xml : Glade.glade_xml Gtk.obj
  method add_constr_button : GButton.button
  method bind : name:string -> callback:(unit -> unit) -> unit
  method box0 : GPack.box
  method buttons_box : GPack.button_box
  method cancel_button : GButton.button
  method check_widgets : unit -> unit
  method cm_box : GPack.box
  method constr_scrolledwindow : GBin.scrolled_window
  method constr_view : GTree.view
  method name_entry : GEdit.entry
  method ok_button : GButton.button
  method remove_constr_button : GButton.button
  method reparent : GObj.widget -> unit
  method toplevel : GWindow.window
  method vtable_window : GWindow.window
  method xml : Glade.glade_xml Gtk.obj
end