Short: Oberon-A GUI class library Author: matt.sergeant@iss-oxygen.co.uk (Matt Sergeant) Uploader: matt sergeant iss-oxygen co uk (Matt Sergeant) Type: dev/obero Architecture: m68k-amigaos This is the first alpha release of a GUI class library for Oberon-A. Please e-mail me with suggestions for improvements/bugs, or just if you decide to use it. The idea is to be able to create GUI objects such as windows and buttons without digging into the AmigaOS. This makes it perfect for beginners, and great for advanced users not wanting to worry too much about creating GUIs. This library does NOT work in the vein of MUI or other BOOPSI type libraries, instead it relies upon the object oriented capabilities of Oberon. This way you could ultimately create new buttons based on the OberPushButton class. Sample code (not very complete) is in ooTest.mod This has been tested with Enforcer (although don't turn it on when linking ;-) It is written entirely in Oberon-A, and is source code only. It also requires some work to get it up to scratch. Code is distributed under the GPL - I don't have a copy of it in the source code, but if you have Oberon-A you have the GPL.