pharo-magnifier

Description

A simple magnifying glass for Pharo.

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Stars
2
Created
June 25, 2015
Updated
Sept. 7, 2019

README excerpt

Magnifier
=========

Magnifier is a simple magnifying glass for [Pharo](http://pharo.org/) with configurable zoom level and refresh time. It comprises two classes: `Magnifier`, which defines GUI using [Spec](http://spec.st/), and `MagnifierMorph`, which displays a zoomed area around the mouse pointer (hand).

To open it, execute:

	Magnifier open

Written and tested in Pharo 4.

### Monticello registration

You may use the [SmalltalkHub repository](http://smalltalkhub.com/#!/~MichalBalda/Magnifier):

	MCHttpRepository
		location: 'http://smalltalkhub.com/mc/MichalBalda/Magnifier/main'
		user: ''
		password: ''

### License

The MIT License, see file `LICENSE` for more information.
← Back to results