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
const long SYSTEMDEPENDENT = 256;
- [ DEPRECATED ]
-
conflicts with VclWindowPeerAttribute::HSCROLL
- Description
- specifies that the window should support the
XSystemDependentWindowPeer
interface.
This flag may be ignored, but in this case no system-dependent
extension works.
- See also
- XSystemDependentWindowPeer
- See also
- ::com::sun::star::lang::SystemDependent
|
|
Copyright © 2003 Sun Microsystems, Inc.