Short: Triton GUI creation system. r1.3 usr Author: s.zeiger@laren.rhein-main.de (Stefan Zeiger) Uploader: s.zeiger@laren.rhein-main.de (Stefan Zeiger) Type: dev/gui ********************************************** Triton An object oriented GUI creation system. Release 1.3 (c) 1993-1995 Stefan Zeiger ********************************************** Triton is a standard Amiga shared runtime library. Triton makes it much easier to create good looking graphical user interfaces (GUIs) than GadTools, BOOPSI or other systems. The most important features are: * Object oriented system * Automatically font sensitive, font adaptive * Automatic keyboard shortcuts for default window actions * *Really* easy to use * Beautiful customizable AmigaOS3.x look * Comes as a freely distributable shared library * Size! Though Triton is very powerful, it is a shared library of only about 50KB. You don't need any startup tools, BOOPSI classes or other things. It's the Triton among the minnows of GUI creation systems ;) * Resizability of windows wherever applicable * A Preferences editor which allows you to customize the look and feel of all Triton GUIs * No installation required. Simply putting triton.library into the current directory is enough for a minimum installation. By using Triton you don't have to worry about otherwise very time-consuming things like font-sensitivity and resizability of your windows. This user archive is needed by users and developers alike. A separate archive named 'tri13dev.lha' is required by developers only. Changes since release 1.2: Added QuickHelp. Application infos are only saved permanently to envarc: if the application has got its own preferences settings. Recompiled Triton with SAS/C 6.55 Palette gadgets will not expand any more beyond 3 bitplanes (8 colors). This should fix problems with too big windows on screens with many colors. Added French catalogs. Fixed bug: All windows popped up on the default public screen when the preferences system was not installed.