summaryrefslogtreecommitdiff
path: root/src/gui/fpg_style.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/fpg_style.pas')
-rw-r--r--src/gui/fpg_style.pas30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/gui/fpg_style.pas b/src/gui/fpg_style.pas
new file mode 100644
index 00000000..5452a245
--- /dev/null
+++ b/src/gui/fpg_style.pas
@@ -0,0 +1,30 @@
+{
+ fpGUI - Free Pascal GUI Toolkit
+
+ Copyright (C) 2006 - 2011 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/common
+ style class should also be moved here.
+}
+
+{ TODO: Move the TfpgStyle class here and name it TfpgCommonStyle }
+
+unit fpg_style;
+
+{$mode objfpc}{$H+}
+
+interface
+
+implementation
+
+end.
+