Documents wsFullScreen

git-svn-id: trunk@33290 -
This commit is contained in:
sekelsenmat 2011-11-04 10:40:03 +00:00
parent 7a3d27f62c
commit f8c0ac6366

View File

@ -208,11 +208,13 @@
</element>
<!-- enumeration type Visibility: default -->
<element name="TWindowState">
<short>Represents the actual State of the window on the screen</short>
<short>Represents the actual State of the window on the screen.</short>
<descr>
<p>Not all platforms support all modes. In Android windows are always fullscreen. In Windows Mobile (but not in all Windows CE platforms) wsMinimized and wsNormal are understood as wsMaximized, which is the normal state for windows in this platform, except for windows with BorderStyle=bsDialog or bsNone, which are allowed the state wsNormal.</p>
<p>wsNormal - The window appears normal</p>
<p>wsMinimized - The window appears minimized</p>
<p>wsMinimized - The window is minimized and is not shown in the screen, but only in the taskbar</p>
<p>wsMaximized - The window appears maximized</p>
<p>wsFullScreen - The window appears in full screen mode, as much as allowed by the platform.</p>
</descr>
<seealso/>
</element>