:: com :: sun :: star :: awt ::
|
constants group WindowAttribute |
- Description
- These values are used to specify the decorations of a window.
IMPORTANT: These constants have to be disjunct with
constants in VclWindowPeerAttribute.
|
Constants |
SHOW |
specifies that the window is initially visible.
|
FULLSIZE |
specifies that the window fills the complete desktop area.
|
OPTIMUMSIZE |
specifies that the window is optimum size.
|
MINSIZE |
specifies that the window is minimum size.
|
BORDER |
specifies that the window has visible borders.
|
SIZEABLE |
specifies that the size of the window can be changed by the user.
|
MOVEABLE |
specifies that the window can be moved by the user.
|
CLOSEABLE |
specifies that the window can be closed by the user.
|
SYSTEMDEPENDENT |
[ DEPRECATED ]
specifies that the window should support the
XSystemDependentWindowPeer
interface.
|
NODECORATION |
specifies that the window should have no decoration.
|
Constants' Details |
SHOW
const long SHOW = 1;
- Description
- specifies that the window is initially visible.
|
|
FULLSIZE
const long FULLSIZE = 2;
- Description
- specifies that the window fills the complete desktop area.
This applies only to top windows.
|
|
OPTIMUMSIZE
const long OPTIMUMSIZE = 4;
- Description
- specifies that the window is optimum size.
This applies only to top windows.
|
|
MINSIZE
const long MINSIZE = 8;
- Description
- specifies that the window is minimum size.
This applies only to top windows.
|
|
BORDER
const long BORDER = 16;
- Description
- specifies that the window has visible borders.
This applies only to top windows.
|
|
SIZEABLE
const long SIZEABLE = 32;
- Description
- specifies that the size of the window can be changed by the user.
This applies only to top windows.
|
|
MOVEABLE
const long MOVEABLE = 64;
- Description
- specifies that the window can be moved by the user.
This applies only to top windows.
|
|
CLOSEABLE
const long CLOSEABLE = 128;
- Description
- specifies that the window can be closed by the user.
This applies only to top windows.
|
|
SYSTEMDEPENDENT
|
NODECORATION
const long NODECORATION = 512;
- Description
- specifies that the window should have no decoration.
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.