summaryrefslogtreecommitdiff
path: root/extras/tiopf/gui/tiGUIConstants.pas
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-08-24 11:32:56 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-08-24 11:32:56 +0000
commit91e7bc73a36017ccc7a8d94727b2f6f51c0c83f6 (patch)
tree3ff1a6ca0f4091a94f0ae8ec092b1d263d59da0f /extras/tiopf/gui/tiGUIConstants.pas
parent0a8f321682c777bfdfb8f5b3b462f8f154b37fbd (diff)
downloadfpGUI-91e7bc73a36017ccc7a8d94727b2f6f51c0c83f6.tar.xz
* Ported the Generic Edit Mediator for use with tiOPF.
* Minor changes to other gui controls like missing published properties etc. * Added a Hint property to TfpgWidget, but it is not usable yet.
Diffstat (limited to 'extras/tiopf/gui/tiGUIConstants.pas')
-rw-r--r--extras/tiopf/gui/tiGUIConstants.pas17
1 files changed, 17 insertions, 0 deletions
diff --git a/extras/tiopf/gui/tiGUIConstants.pas b/extras/tiopf/gui/tiGUIConstants.pas
new file mode 100644
index 00000000..a5fec6ce
--- /dev/null
+++ b/extras/tiopf/gui/tiGUIConstants.pas
@@ -0,0 +1,17 @@
+unit tiGUIConstants;
+
+{$mode objfpc}{$H+}
+
+interface
+
+uses
+ gfxbase
+ ;
+
+const
+ clError = clYellow;
+
+implementation
+
+end.
+