Module: Dylan-User Synopsis: GTK Environment Author: Andy Armstrong 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 define library minimal-gtk-environment use functional-dylan; use system; use release-info; use c-ffi; use gtk; use duim-core; use gtk-duim; // Use these libraries just to get bitmap and color constants use deuce; use duim-deuce; use dylan-environment; use environment-protocols; use environment-framework; use environment-tools; use basic-environment-project-wizard; use environment-debugger; use environment-profiler; use environment-internal-commands; use editor-manager; use editor-deuce-backend; use source-control-manager; use source-control-hope-backend; export gtk-environment; end library minimal-gtk-environment;