summaryrefslogtreecommitdiff
path: root/src/corelib/fpgfx.pas
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-10-21 21:16:24 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-10-21 21:16:24 +0000
commite756eaa248c07ea390980d445471c88bdc42990c (patch)
tree0692ddf1836003f42f46bc170a7695d8fe0f297b /src/corelib/fpgfx.pas
parent4a7af72768eefb23afe566cce52cce3788425dfa (diff)
downloadfpGUI-e756eaa248c07ea390980d445471c88bdc42990c.tar.xz
* Added name and version constants.
* Added a SetDefaults method which we could use in the future to autoset the default property values for us. * Minor documentation update
Diffstat (limited to 'src/corelib/fpgfx.pas')
-rw-r--r--src/corelib/fpgfx.pas4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/fpgfx.pas b/src/corelib/fpgfx.pas
index be4254d9..c2c64cfe 100644
--- a/src/corelib/fpgfx.pas
+++ b/src/corelib/fpgfx.pas
@@ -37,6 +37,10 @@ const
// Used for the internal message queue
cMessageQueueSize = 512;
+
+ // version and name constants
+ fpGUIVersion = '0.5.1';
+ fpGUIName = 'fpGUI Library';
type