widgets

Description

A set of graphical controls such as tree views and buttons implemented in Squeak/Smalltalk using the Signals observer pattern.

Details

Source
GitHub
Dialect
squeak (25% confidence)
License
MIT
Stars
6
Forks
3
Created
Dec. 2, 2013
Updated
April 30, 2024

Categories

UI / Graphics

README excerpt

# Widgets [![Build Status](https://secure.travis-ci.org/hpi-swa/widgets.png?branch=master)](http://travis-ci.org/hpi-swa/widgets)
Interactive, graphical controls for Squeak/Smalltalk.

![Model-View Example](screenshots/itemview.png)

See also [Signals](../../../signals) and [Animations](../../../animations).

## How to Install

1. Get [Squeak 4.6 or later](http://www.squeak.org) with a recent [CogVM](http://www.mirandabanda.org/files/Cog/VM/) for your operating system.
2. If not already integrated, load [Metacello](https://github.com/dalehenrich/metacello-work). Learn how it [works](https://github.com/dalehenrich/metacello-work/blob/master/docs/MetacelloUserGuide.md).
3. Finally, load the project into your Squeak image:

```Smalltalk
Metacello new
  baseline: 'Widgets';
  repository: 'github://hpi-swa/widgets/repository';
  load.
```
← Back to results