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 : |
|
cv_type_c : |
|
cv_name_c : |
type
component =
| |
C_Table of |
| |
C_Column of |
| |
C_VTable of |
| |
C_Index of |
class components_model_store :unit ->
object
..end
class[[> `DELETE_EVENT | `NO | `YES ]]
remove_dialog_box :unit ->
object
..end
class gui :unit ->
object
..end