summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-08-10 14:47:29 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-08-10 14:47:29 +0200
commit3c1ad36c28c85537e6a57f6aac3ba9eb2e8c5c86 (patch)
tree22e4bd04e206290589eb6b43661de69dd4fcae6f
parent2dec51ff9cccda8058533d1f52bf2d7cd09dcb84 (diff)
downloadfpGUI-3c1ad36c28c85537e6a57f6aac3ba9eb2e8c5c86.tar.xz
docs: updated docs for fpg_constants.pas unit.
-rw-r--r--docs/xml/corelib/fpg_constants.xml20
1 files changed, 16 insertions, 4 deletions
diff --git a/docs/xml/corelib/fpg_constants.xml b/docs/xml/corelib/fpg_constants.xml
index 749ad73f..e02dd9c7 100644
--- a/docs/xml/corelib/fpg_constants.xml
+++ b/docs/xml/corelib/fpg_constants.xml
@@ -12,8 +12,20 @@ Italian, Portuguese (Brazil) and Russian.</p>
one of the language DEFINES in the interface section of the fpg_constants unit.
</p>
</descr>
-
-</module>
-
-</package>
+ <element name="fpgAddColon">
+ <short>A utility function to add a colon at the correct location in a string</short>
+ <descr>
+ <printshort id="fpgAddColon"/>. This is so that when fpGUI supports LTR and RTL languages, the colon will be added at the correct place.</descr>
+ </element>
+ <element name="DEFAULT_HINT_PAUSE">
+ <short>Default pause in milliseconds before a hint is displayed</short>
+ </element>
+ <element name="DOUBLECLICK_MS">
+ <short>Time maximum time in milliseconds between left-clicks for a double click to be triggered</short>
+ </element>
+ <element name="DOUBLECLICK_DISTANCE">
+ <short>Maximum distance a mouse pointer can move between two left-clicks and still trigger a double click event</short>
+ </element>
+ </module>
+ </package>
</fpdoc-descriptions>