hpi-swa / widgets

A set of graphical controls such as tree views and buttons implemented in Squeak/Smalltalk using the Signals observer pattern.
MIT License
6 stars 3 forks source link

Widgets Build Status

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.