summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-08-11 12:41:47 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-08-11 12:41:47 +0200
commitac6d561241ec7f4d1593b25c60b1e353b8f2677b (patch)
treed4ad540f308940bbfe9063482ddf592061d3bd4f
parent3c1ad36c28c85537e6a57f6aac3ba9eb2e8c5c86 (diff)
downloadfpGUI-ac6d561241ec7f4d1593b25c60b1e353b8f2677b.tar.xz
docs: some help content corrections.
-rw-r--r--docs/xml/corelib/fpg_base.xml6
-rw-r--r--docs/xml/corelib/fpg_main.xml5
2 files changed, 5 insertions, 6 deletions
diff --git a/docs/xml/corelib/fpg_base.xml b/docs/xml/corelib/fpg_base.xml
index 6ccd45ec..be47e910 100644
--- a/docs/xml/corelib/fpg_base.xml
+++ b/docs/xml/corelib/fpg_base.xml
@@ -35,7 +35,7 @@ operating system.
</p>
<p>The <var>fpg_base</var> unit also contains definitions of many useful color
constants. It defines the standard predefined Delphi colors (like clRed,
-clMagenta etc.), the 140 websafe colors using the defacto standard names as
+clMagenta etc.), the 140 web safe colors using the defacto standard names as
used by Netscape and Internet Explorer web browsers. As well as some internal
color constants used by many GUI components (like clText, clWindowBackground
etc.).
@@ -760,7 +760,6 @@ it is shown for the first time.</short>
<seealso/>
</element>
<!-- constant Visibility: default -->
-
<element name="keyF23">
<short/>
<descr/>
@@ -1090,7 +1089,6 @@ it is shown for the first time.</short>
<descr/>
<seealso/>
</element>
-
<!-- constant Visibility: default -->
<element name="keyPD">
<short/>
@@ -5546,4 +5544,4 @@ Right. And the Top is always smaller than the Bottom.
</module>
<!-- fpg_base -->
</package>
-</fpdoc-descriptions>
+</fpdoc-descriptions> \ No newline at end of file
diff --git a/docs/xml/corelib/fpg_main.xml b/docs/xml/corelib/fpg_main.xml
index 0ace2c8b..6eb0a8d5 100644
--- a/docs/xml/corelib/fpg_main.xml
+++ b/docs/xml/corelib/fpg_main.xml
@@ -28,8 +28,9 @@
</seealso>
</element>
<element name="fpgColorToRGB">
- <short>Convert a color to RGB values of that color</short>
- <descr><printshort id="fpgColorToRGB"/>. Not all <link id="#fpgui.fpg_base.TfpgColor">TfpgColor</link> values are in RGB format. For example you are "named" colors too. eg: clWindowBackground</descr>
+ <short>Convert a color to the RGB values of that color</short>
+ <descr><printshort id="fpgColorToRGB"/>. Not all <link id="#fpgui.fpg_base.TfpgColor">TfpgColor</link> values are in RGB format. For example, you get "named" colors too (eg: clWindowBackground), which
+ is simply an index value, but later translated to a real RGB value via the theming system.</descr>
</element>
<element name="fpgGetNamedColor">
<short>Returns a "named" TfpgColor based on a RGB color</short>