GetPointMorph

Description

Utility Morphs for selecting a point or rectangle

Details

Source
GitHub
License
MIT
Created
May 16, 2018
Updated
May 20, 2018

README excerpt

# GetPointMorph

This package implements two Morph classes which can be used to ask the user to select either a point or rectangle inside a Morph.

![Selecting a rectangle](rectangle-selection.png)

# Installation

```smalltalk
Metacello new
   baseline: 'GetPointMorph';
   repository: 'github://DraagrenKirneh/GetPointMorph';
   load.
```

# Usage 

See examples found at the class side of both **GetPointMorph** and **GetRectangleMorph**.
← Back to results