Changeset main,42
- Timestamp:
- 11/08/2007 06:55:55 PM (19 years ago)
- branch-nick:
- tui-new
- revision id:
- dsowen@fugue88.ws-20071108185555-w2uahbj17rzk3fjy
- Location:
- main
- Files:
-
- 2 added
- 1 edited
-
form-test.lisp (added)
-
form.lisp (added)
-
tui.asd (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
main/tui.asd
r40 r42 18 18 :depends-on ("cdk" "input")) 19 19 (:module "widget" 20 :depends-on ("cursor" "input" "output" "window") 20 :depends-on ("cursor" 21 "display-string" 22 "input" 23 "output" 24 "window") 21 25 :components ((:file "generic") 22 26 (:file "label" … … 30 34 "textbox" 31 35 "numberbox")))) 36 (:file "form" 37 :depends-on ("widget" "window")) 32 38 (:module "grid" 33 39 :depends-on ("cdk" "display-string")
Note: See TracChangeset
for help on using the changeset viewer.
