diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-03-02 09:18:52 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-03-02 09:18:52 +0200 |
commit | fb90ab5714b590794c600e2c60063f2947f97091 (patch) | |
tree | 985165d1050cd6ba14746dc3aa9b42b2459d0ce6 | |
parent | e77dadf4f00bed47155e458efa44e4d8a28ac501 (diff) | |
download | fpGUI-fb90ab5714b590794c600e2c60063f2947f97091.tar.xz |
docs: Basic documentation for the TfpgWindowImpl class.
-rw-r--r-- | docs/xml/corelib/x11/fpg_interface.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/xml/corelib/x11/fpg_interface.xml b/docs/xml/corelib/x11/fpg_interface.xml index 973c8fe4..fdd029e8 100644 --- a/docs/xml/corelib/x11/fpg_interface.xml +++ b/docs/xml/corelib/x11/fpg_interface.xml @@ -7,6 +7,11 @@ <descr>This unit defines alias classes, linking the concrete classes from <var>fpg_main</var> to the fpGUI backends.</descr> +<element name="TfpgWindowImpl"> +<short>Maps to a backend specific base class</short> +<descr><printshort id="TfpgWindowImpl"/>.</descr> +</element> + </module> </package> |