summaryrefslogtreecommitdiff
path: root/docs/xml
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2011-07-20 15:18:58 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2011-07-20 15:18:58 +0200
commitb8df1d74399a7130823a438bda1e1fda1cdd86d3 (patch)
tree9a18645ebbdb6160ae9adc80b793adde09a2882f /docs/xml
parentf6f28da8990db673664a0bd518009507adc0ed77 (diff)
downloadfpGUI-b8df1d74399a7130823a438bda1e1fda1cdd86d3.tar.xz
docs: fixed spelling mistake and added one small short description.
Diffstat (limited to 'docs/xml')
-rw-r--r--docs/xml/corelib/fpg_widget.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/xml/corelib/fpg_widget.xml b/docs/xml/corelib/fpg_widget.xml
index 6868c78a..0e0950f6 100644
--- a/docs/xml/corelib/fpg_widget.xml
+++ b/docs/xml/corelib/fpg_widget.xml
@@ -2,7 +2,7 @@
<fpdoc-descriptions>
<package name="fpGUI">
<module name="fpg_widget">
-<short/>
+<short>The base class for all other GUI widgets</short>
<descr/>
<element name="TfpgWidget.SetPosition">
@@ -24,7 +24,7 @@
<element name="TfpgWidget.IsContainer">
<short>Can this component managed child components</short>
-<descr>This is mainly used in fpGUI UI Designer, to know if you can drop on widget inside another widget.</descr>
+<descr>This is mainly used in fpGUI UI Designer, to know if you can drop a widget inside another widget.</descr>
</element>
<element name="TfpgWidget.Focusable">