Squeak-ToolIconsPlus

Description

better tool icons for methods

Details

Source
GitHub
Dialect
squeak (65% confidence)
License
MIT
Created
April 10, 2019
Updated
Jan. 28, 2023
Topics
morphic smalltalk squeak

Categories

UI / Graphics

README excerpt

# Squeak-ToolIconsPlus
better tool icons for methods

## Installation with Metacello

```smalltalk
Metacello new
	repository: 'github://Salami555/Squeak-ToolIconsPlus:master';
	baseline: 'ToolIconsPlus';
	get;
	load.
```
← Back to results