home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-25 | 2.3 KB | 103 lines |
- .name
- Triton
- .type
- Library
- .short
- An object oriented GUI creation system.
- .description
- 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.
- .version
- 1.3
- .date
- 1995.06.28
- .author
- Stefan Zeiger
- .reference
- FreshFish-Vol9-2:BBS/dev/Triton-1.2.lha
- 1.2
- FreshFish-Vol8-2:BBS/dev/Triton-1.2.lha
- 1.2
- FreshFish-Vol8-1:New/dev/gui/Triton/
- 1.2
- GoldFish-Vol2-2:BBS/dev/Triton-1.1.lha
- 1.1
- GoldFish-Vol2-1:Files/dev/gui/Triton/
- 1.1
- FreshFish-Vol5:New/dev/gui/Triton/
- 1.0
- FreshFish-Vol5:BBS/dev/Triton-1.0.lha
- 1.0
- .requirements
- Requires OS2.04+
- .distribution
- Shareware
- .price
- $15 (US), DM20
- .address
- Seligenstädter Weg 24
- D-63796 Kahl
- Germany
- .email
- s.zeiger@laren.rhein-main.de
- .docs
- Readme
- docs/History
- docs/Triton.dvi
- docs/Triton.guide
- .described-by
- Dan Fish (daf@daffy.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "Triton" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool ReadMe TEXT
- endif
-
- if $choice EQ "2"
- cd Docs
- MetaTool Triton.guide GUIDE
- cd /
- endif
-
- if $choice EQ "3"
- Installer "Install/Install Triton" APPNAME TRITON
- endif
-
- if $choice EQ "4"
- assign libs: libs39/ ADD
- cd Demos
- Demo
- cd /
- endif
- .aminet-dir
- dev/gui
-