From e756eaa248c07ea390980d445471c88bdc42990c Mon Sep 17 00:00:00 2001 From: graemeg Date: Sun, 21 Oct 2007 21:16:24 +0000 Subject: * 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 --- src/corelib/fpgfx.pas | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/corelib/fpgfx.pas') 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 -- cgit v1.2.3-70-g09d2