Interactions

Description

A small framework to model user interactions (information, confirmation, input request, choice, file chooser)

Details

Source
GitHub
License
MIT
Stars
1
Created
Aug. 22, 2019
Updated
July 31, 2024

Categories

System / OS

README excerpt

# Interactions ![https://github.com/pharo-contributions/Interactions/workflows/CI/badge.svg](https://github.com/pharo-contributions/Interactions/workflows/CI/badge.svg)
A small framework to model user interactions (information, confirmation, input request, choice, file chooser)

## install it 

### execute this 

```smalltalk

Metacello
	new
		repository: 'github://pharo-contributions/Interactions:master';
		baseline: 'Interactions';
		onConflictUseIncoming;
		load.
```
← Back to results