mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 14:39:27 +02:00
Documents wsFullScreen
git-svn-id: trunk@33290 -
This commit is contained in:
parent
7a3d27f62c
commit
f8c0ac6366
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user