summaryrefslogtreecommitdiff
path: root/docs/xml/corelib
diff options
context:
space:
mode:
Diffstat (limited to 'docs/xml/corelib')
-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>