https://github.com/linqlover/squeak-windowmanager
A simple window manager for Squeak
https://github.com/linqlover/squeak-windowmanager
Last synced: 5 months ago
JSON representation
A simple window manager for Squeak
- Host: GitHub
- URL: https://github.com/linqlover/squeak-windowmanager
- Owner: LinqLover
- License: mit
- Created: 2022-09-22T09:32:51.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-22T09:49:53.000Z (almost 4 years ago)
- Last Synced: 2025-04-05T15:27:13.967Z (about 1 year ago)
- Language: Smalltalk
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Window Manager
A simple window manager for [Squeak](https://squeak.org).

## Installation
```smalltalk
Metacello new
baseline: 'WindowManager';
repository: 'github://LinqLover/squeak-windowmanager';
get;
load.
```