diff options
Diffstat (limited to 'docs/xml/gui/fpg_form.xml')
-rw-r--r-- | docs/xml/gui/fpg_form.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/xml/gui/fpg_form.xml b/docs/xml/gui/fpg_form.xml new file mode 100644 index 00000000..3dfb01fc --- /dev/null +++ b/docs/xml/gui/fpg_form.xml @@ -0,0 +1,30 @@ +<?xml version="1.0"?> +<fpdoc-descriptions> + <package name="fpGUI"> + <module name="fpg_form"> + <short>This unit contains the class implementation representing a Form/Window on the screen</short> + <descr/> + +<element name="TWindowPosition.wpUser"> +<descr>OS or Desktop/Window manager decides the position.</descr> +</element> + +<element name="TWindowPosition.wpAuto"> +<descr>Window gets placed in exact x,y coordinates set by developer.</descr> +</element> + +<element name="TWindowPosition.wpScreenCenter"> +<descr>Window gets centered horizontally and vertically in the current desktop window.</descr> +</element> + +<element name="TWindowPosition.wpOneThirdDown"> +<descr>Following the "golden ratio 1.618" rules or ideas as to what is +pleasing to the eye. The window is positioned one third from +the top of the screen, using the desktop height to calculate, and centered +horizontally. +</descr> +</element> + + </module> + </package> +</fpdoc-descriptions> |