summaryrefslogtreecommitdiff
path: root/src/gui/gui_style.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui_style.pas')
-rw-r--r--src/gui/gui_style.pas19
1 files changed, 17 insertions, 2 deletions
diff --git a/src/gui/gui_style.pas b/src/gui/gui_style.pas
index c2dff33b..4fa62f25 100644
--- a/src/gui/gui_style.pas
+++ b/src/gui/gui_style.pas
@@ -1,7 +1,22 @@
{
- This is where all style related types should be define. The base Style
- class should also be defined here.
+ fpGUI - Free Pascal GUI Library
+
+ Copyright (C) 2006 - 2007 See the file AUTHORS.txt, included in this
+ distribution, for details of the copyright.
+
+ See the file COPYING.modifiedLGPL, included in this distribution,
+ for details about redistributing fpGUI.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+ Description:
+ This is where all style related types should be defined. The base
+ Style class should also be defined here.
+ This is still work in progress!
}
+
unit gui_style;
{$mode objfpc}{$H+}