Differences From Artifact [74e70b90f3]:
- File dashboard-guimonitor.scm — part of check-in [52a15efc23] at 2012-11-02 11:57:52 on branch trunk — Cleaned up the checks for being in a megatest area, ensure all exit correctly (user: mrwellan, size: 6668) [annotate] [blame] [check-ins using] [more...]
To Artifact [10390e6373]:
- File dashboard-guimonitor.scm — part of check-in [b93e6887b8] at 2013-02-28 16:40:54 on branch trunk — Removed all traces of itempath (user: mrwellan, size: 6656) [annotate] [blame] [check-ins using]
︙ | |||
52 53 54 55 56 57 58 | 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | - + | (apply iup:vbox (map (lambda (var) (iup:hbox (iup:label var #:size "60x15") (iup:textbox #:expand "HORIZONTAL" #:action (lambda (obj a val) (hash-table-set! var-params var val))))) |
︙ |