Differences From Artifact [1c32cae59a]:
- File dashboard.scm — part of check-in [3d4fba2e82] at 2020-04-06 06:37:29 on branch v1.65-newview — Change few imports (user: matt, size: 170139) [annotate] [blame] [check-ins using] [more...]
To Artifact [f69a7b566e]:
- File dashboard.scm — part of check-in [156279118f] at 2020-04-06 05:36:52 on branch v1.65-newview — Minor cleanup (user: matt, size: 170136) [annotate] [blame] [check-ins using] [more...]
︙ | |||
21 22 23 24 25 26 27 | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | - + | (use format) (require-library iup) (import (prefix iup iup:)) (use canvas-draw) (import canvas-draw-iup) |
︙ |