[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
A set of TWindowAttribute types.
Source position: fpg_base.pas line 58
type TWindowAttributes = set of ( |
||
waSizeable, |
|
If this attribute is set, the window will be resizeable by the user. |
waAutoPos, |
|
If this attribute is set, the underlying window manager will decide where the window will be placed on the screen it it becomes visible for the first time. |
waScreenCenterPos, |
|
If this attribute is set, the window will be centred on the screen when it is shown for the first time. |
waStayOnTop, |
||
waFullScreen, |
||
waBorderless, |
||
waUnblockableMessages, |
||
waX11SkipWMHints, |
||
waOneThirdDownPos |
||
); |