Changeset main,42 for main


Ignore:
Timestamp:
11/08/2007 06:55:55 PM (19 years ago)
Author:
David Owen <dsowen@…>
branch-nick:
tui-new
revision id:
dsowen@fugue88.ws-20071108185555-w2uahbj17rzk3fjy
Message:

Added forms. They currently display things, but don't interact.

Location:
main
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • main/tui.asd

    r40 r42  
    1818                      :depends-on ("cdk" "input"))
    1919               (:module "widget"
    20                         :depends-on ("cursor" "input" "output" "window")
     20                        :depends-on ("cursor"
     21                                     "display-string"
     22                                     "input"
     23                                     "output"
     24                                     "window")
    2125                        :components ((:file "generic")
    2226                                     (:file "label"
     
    3034                                                   "textbox"
    3135                                                   "numberbox"))))
     36               (:file "form"
     37                      :depends-on ("widget" "window"))
    3238               (:module "grid"
    3339                        :depends-on ("cdk" "display-string")
Note: See TracChangeset for help on using the changeset viewer.