diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2014-11-05 14:26:01 +0000 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2014-11-05 14:32:34 +0000 |
commit | 4862d5e07facc081002a90b4bd9e75b2ee0a8933 (patch) | |
tree | 72dfff05066f54cb8f1a03e611455b3b8d035d36 /docs/xml | |
parent | 695502c932157229e4b18ebccb13243a98d97393 (diff) | |
download | fpGUI-4862d5e07facc081002a90b4bd9e75b2ee0a8933.tar.xz |
docs: removes indentation in docs as it affects some fpdoc output writers.
Diffstat (limited to 'docs/xml')
-rw-r--r-- | docs/xml/corelib/fpg_base.xml | 45 |
1 files changed, 20 insertions, 25 deletions
diff --git a/docs/xml/corelib/fpg_base.xml b/docs/xml/corelib/fpg_base.xml index bfddab34..daab27fd 100644 --- a/docs/xml/corelib/fpg_base.xml +++ b/docs/xml/corelib/fpg_base.xml @@ -46,32 +46,27 @@ used by Netscape and Internet Explorer web browsers. As well as some internal color constants used by many GUI components (like clText, clWindowBackground etc.). </p> - </descr> - <seealso/> - </element> - <!-- record type Visibility: default --> - <element name="TRGBTriple"> - <short>A record structure holding the RGBA values of a color</short> - <descr><printshort id="TRGBTriple"/>.</descr> - <seealso/> - </element> - <!-- variable Visibility: default --> - <element name="TRGBTriple.Alpha"> - <short>Alpha support has not really been implemented in fpGUI yet.</short> - <descr/> - <seealso/> - </element> - <!-- enumeration type Visibility: default --> - <element name="TWindowType"> - <short>Enum type defining what types of windows can be created.</short> - <descr/> - <seealso/> - </element> - <!-- enumeration value Visibility: default --> - <element name="TWindowType.wtChild"> - <short>The window being created is a child on another window. This normally +</descr> +</element> + +<element name="TRGBTriple"> +<short>A record structure holding the RGBA values of a color</short> +<descr><printshort id="TRGBTriple"/>.</descr> +</element> + +<element name="TRGBTriple.Alpha"> +<short>Alpha support has not really been implemented in fpGUI yet.</short> +</element> + +<element name="TWindowType"> +<short>Enum type defining what types of windows can be created.</short> +</element> + +<element name="TWindowType.wtChild"> +<short>The window being created is a child on another window. This normally means no titlebar or window borders are going to be created.</short> - </element> +</element> + <element name="TWindowType.wtWindow"> <short>This would specify a standard window with titlebar and window borders. It grabs input focus, and appears in the taskbar.</short> |