summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2013-06-18 17:02:30 +0100
committerGraeme Geldenhuys <graemeg@gmail.com>2013-06-18 17:02:30 +0100
commit9ec34df2c7a1d6dce3a1a7c19b07142141cdfec6 (patch)
treec6ec20b62cda4786c44028ce69cc3ee60421820d
parent566aac5d89857b5733a5c9cde7f86432714a341a (diff)
downloadfpGUI-9ec34df2c7a1d6dce3a1a7c19b07142141cdfec6.tar.xz
fpg_base documentation update.
-rw-r--r--docs/xml/corelib/fpg_base.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/xml/corelib/fpg_base.xml b/docs/xml/corelib/fpg_base.xml
index a124664a..82a83f25 100644
--- a/docs/xml/corelib/fpg_base.xml
+++ b/docs/xml/corelib/fpg_base.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0"?>
<fpdoc-descriptions>
<package name="fpGUI">
@@ -52,7 +52,7 @@ etc.).
<!-- record type Visibility: default -->
<element name="TRGBTriple">
<short>A record structure holding the RGBA values of a color</short>
- <descr><printshort id="TRGBTriple"/>. This is now marked as "deprecated". Please use <link id="fpg_base.TFPColor">TFPColor</link> instead.</descr>
+ <descr><printshort id="TRGBTriple"/>.</descr>
<seealso/>
</element>
<!-- variable Visibility: default -->
@@ -717,7 +717,7 @@ help.</remark></descr>
it brings a window to the front - above all other windows of the application. Note that
this only changes the z-order, it doesn't actually change window focus.</descr>
<seealso>
-<link id="fpg_base.TfpgWindowBase.ActivateWindow"></link>
+<link id="fpg_base.TfpgWindowBase.ActivateWindow"/>
</seealso>
</element>
@@ -728,7 +728,7 @@ it makes the target window the active window. Note that depending on the operati
and Window Manager, the active window could still be obscured by other windows. Under Windows,
it seems that the active window is always brought to the front too.</descr>
<seealso>
-<link id="#fpgui.fpg_base.TfpgWindowBase.BringToFront"></link>
+<link id="#fpgui.fpg_base.TfpgWindowBase.BringToFront"/>
</seealso>
</element>
@@ -1041,8 +1041,7 @@ goes counter-clockwise, and a negative values goes clockwise.</dd>
<element name="TFPColor">
<short>A record structure holding the RGBA values of a color.</short>
<descr>This is the same declaration as the one found in FPImage (included with the
-Free Pascal Compiler). In future when FPImage is integrated with fpGUI, this declaration
-will be removed.</descr>
+Free Pascal Compiler). Except the fpGUI version uses Byte values and not Word values. This is now marked as "deprecated". Please use <link id="fpg_base.TRGBTripple">TRGBTripple</link> instead.</descr>
</element>
<element name="TfpgPoint">