Top   Module   Use   Manual   Index 

com :: sun :: star :: awt ::

constants group WindowAttribute


Description
These values are used to specify the decorations of a window.


Constants

const long SHOW = = 1;
Description
specifies that the window is initially visible.
const long FULLSIZE = = 2;
Description
specifies that the window fills the complete desktop area.

This applies only to top windows.

const long OPTIMUMSIZE = = 4;
Description
specifies that the window is optimum size.

This applies only to top windows.

const long MINSIZE = = 8;
Description
specifies that the window is minimum size.

This applies only to top windows.

const long BORDER = = 16;
Description
specifies that the window has visible borders.

This applies only to top windows.

const long SIZEABLE = = 32;
Description
specifies that the size of the window can be changed by the user.

This applies only to top windows.

const long MOVEABLE = = 64;
Description
specifies that the window can be moved by the user.

This applies only to top windows.

const long CLOSEABLE = = 128;
Description
specifies that the window can be closed by the user.

This applies only to top windows.

const long SYSTEMDEPENDENT = = 256;
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
Top of Page