Widgets [](http://travis-ci.org/hpi-swa/widgets)

August 29, 2017 ยท View on GitHub

Interactive, graphical controls for Squeak/Smalltalk.

Model-View Example

See also Signals and Animations.

How to Install

  1. Get Squeak 4.6 or later with a recent CogVM for your operating system.
  2. If not already integrated, load Metacello. Learn how it works.
  3. Finally, load the project into your Squeak image:
Metacello new
  baseline: 'Widgets';
  repository: 'github://hpi-swa/widgets/repository';
  load.