Widgets
Interactive, graphical controls for Squeak/Smalltalk.
See also Signals and Animations.
How to Install
- Get Squeak 4.6 or later with a recent CogVM for your operating system.
- If not already integrated, load Metacello. Learn how it works.
- Finally, load the project into your Squeak image:
Metacello new
baseline: 'Widgets';
repository: 'github://hpi-swa/widgets/repository';
load.