module Dbf_tableGUI:sig
..end
type
table_gui_input = {
|
tgi_name : |
|
tgi_comment : |
|
tgi_logged : |
|
tgi_pkey : |
|
tgi_columns : |
class table_gui :(table_gui_input -> 'a) -> table_gui_input ->
object
..end