summaryrefslogtreecommitdiff
path: root/docs/xml/gui/fpg_form.xml
blob: 3dfb01fced6486a33172041fd58fae7563660af9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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>