summaryrefslogtreecommitdiff
path: root/docs/xml/corelib/fpg_widget.xml
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-10-04 10:33:21 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-10-04 10:33:21 +0200
commitccf594d16df1ecbfd4e069a38fbf13eeb4de5aa8 (patch)
tree7aca324d402e5355f66c24ea3fed50f694786946 /docs/xml/corelib/fpg_widget.xml
parentb81c00f54ec7f453eb3189dea19eade3bb1b73a5 (diff)
downloadfpGUI-ccf594d16df1ecbfd4e069a38fbf13eeb4de5aa8.tar.xz
Update class documentation with "delayed resource allocation" information.
Diffstat (limited to 'docs/xml/corelib/fpg_widget.xml')
-rw-r--r--docs/xml/corelib/fpg_widget.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/xml/corelib/fpg_widget.xml b/docs/xml/corelib/fpg_widget.xml
index 726859ae..6868c78a 100644
--- a/docs/xml/corelib/fpg_widget.xml
+++ b/docs/xml/corelib/fpg_widget.xml
@@ -8,6 +8,9 @@
<element name="TfpgWidget.SetPosition">
<short>Sets the position and size of the component</short>
<descr><printshort id="TfpgWidget.SetPosition"/>. It also fires the Resize message. If you are setting up a component like a button on a form, you don't really want the resize event to fire for the button, before the form is displayed (visible). In that case, rather use the components Top, Left, Width and Height properties.</descr>
+<seealso>
+<link id="fpg_base.TfpgWindowBase.UpdateWindowPosition">TfpgWindowBase.UpdateWindowPosition</link>
+</seealso>
</element>
<element name="TfpgWidget.FormDesigner">