?file:string ->
?domain:string ->
?autoconnect:bool ->
unit ->
object
  val box0 : GPack.box
  val buttons_box : GPack.button_box
  val cancel_button : GButton.button
  val cm_main_table : GPack.table
  val index_window : GWindow.window
  val name_entry : GEdit.entry
  val ok_button : GButton.button
  val tablename_entry : GEdit.entry
  val toplevel : GWindow.window
  val unique_check : GButton.toggle_button
  val xml : Glade.glade_xml Gtk.obj
  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_main_table : GPack.table
  method index_window : GWindow.window
  method name_entry : GEdit.entry
  method ok_button : GButton.button
  method reparent : GObj.widget -> unit
  method tablename_entry : GEdit.entry
  method toplevel : GWindow.window
  method unique_check : GButton.toggle_button
  method xml : Glade.glade_xml Gtk.obj
end