Changeset main,79 for main/form.lisp


Ignore:
Timestamp:
12/05/2007 09:00:41 PM (19 years ago)
Author:
David Owen <dsowen@…>
branch-nick:
tui
revision id:
dsowen@fugue88.ws-20071205210041-8w01ejyuj7jy3pxm
Message:

Can now use variables to name form entries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/form.lisp

    r78 r79  
    6161                          *default-active-widget-background*))
    6262  `(make-instance 'textbox-def
    63                   :row ,row :column ,column :name ',name
     63                  :row ,row :column ,column :name ,name
    6464                  :display-width ,display-width :data-width ,data-width
    6565                  :read-only ,read-only
     
    7676                            *default-active-widget-background*))
    7777  `(make-instance 'numberbox-def
    78                   :row ,row :column ,column :name ',name
     78                  :row ,row :column ,column :name ,name
    7979                  :display-width ,display-width :data-width ,data-width
    8080                  :precision ,precision :read-only ,read-only
Note: See TracChangeset for help on using the changeset viewer.