Module: environment-tools Synopsis: Environment Tools Author: Andy Armstrong, Jason Trenouth Copyright: Original Code is Copyright (c) 1995-2004 Functional Objects, Inc. All rights reserved. License: Functional Objects Library Public License Version 1.0 Dual-license: GNU Lesser General Public License Warranty: Distributed WITHOUT WARRANTY OF ANY KIND /// Constants //define constant $bullet-character = '\<95>'; define constant $copyright-character = '\'; define constant $registered-character = '\'; define constant $trademark-character = '\<99>'; //--- This should probably be in the release-info library define variable *help-file* = release-file("Documentation/opendylan.chm"); define variable *help-file-string* = as(, *help-file*); // define constant $beta-release-text // = #["This is a beta release of Functional Developer. Please submit bugs", // "to support@functionalobjects.com.", // "", // "Note that distribution of software created with any beta version", // "of Functional Developer is prohibited."]; define constant $license-font = make(, family: #"fix"); // define constant $about-box-font // = make(, // family: #"sans-serif", // size: #"large"); // define constant $about-box-title-font // = make(, // family: #"sans-serif", // size: #"huge", // weight: #"bold"); define constant $about-box-copyright-font = make(, family: #"sans-serif", size: #"small"); /// License agreement define constant $license-text-width = 72; define frame () pane splash-screen-pane (frame) make(