Module Dbf_gui (.ml)


module Dbf_gui: sig .. end

module TGUI: Dbf_tableGUI
module CGUI: Dbf_columnGUI
module VTGUI: Dbf_virtualTableGUI
module IGUI: Dbf_indexGUI
module QGUI: Dbf_queryGUI

type compoment_view = {
   cv_view : GTree.view;
   cv_type_c : GTree.view_column;
   cv_name_c : GTree.view_column;
}
type component =
| C_Table of Dbf_sql.SQL_db.table
| C_Column of Dbf_sql.SQL_db.column
| C_VTable of Dbf_sql.SQL_db.vtable
| C_Index of Dbf_sql.SQL_db.index
class components_model_store : unit -> object .. end
class [[> `DELETE_EVENT | `NO | `YES ]] remove_dialog_box : unit -> object .. end
class gui : unit -> object .. end