diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2007-10-21 21:16:24 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2007-10-21 21:16:24 +0000 |
commit | e756eaa248c07ea390980d445471c88bdc42990c (patch) | |
tree | 0692ddf1836003f42f46bc170a7695d8fe0f297b /docs/xml | |
parent | 4a7af72768eefb23afe566cce52cce3788425dfa (diff) | |
download | fpGUI-e756eaa248c07ea390980d445471c88bdc42990c.tar.xz |
* Added name and version constants.
* Added a SetDefaults method which we could use in the future to autoset the default property values for us.
* Minor documentation update
Diffstat (limited to 'docs/xml')
-rw-r--r-- | docs/xml/corelib/gfxbase.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/xml/corelib/gfxbase.xml b/docs/xml/corelib/gfxbase.xml index 7c1ea556..6b41aaa1 100644 --- a/docs/xml/corelib/gfxbase.xml +++ b/docs/xml/corelib/gfxbase.xml @@ -10,8 +10,16 @@ <module name="gfxbase"> <short>The base unit and starting point of fpGUI</short> -<descr>This unit contains all the abstract classes for the CoreLib code +<descr> +<p> +This unit contains all the abstract classes for the CoreLib code of fpGUI. It also defines many types and constants used throughout the toolkit. +</p> +<p> +When implementing support for a completely new windowing system +(eg: Carbon used in Mac OS-X) you would implement all the abstract methods +defined in this unit. +</p> </descr> <!-- unresolved type reference Visibility: default --> |