22 module
com { module sun { module star { module awt {
30 published constants WindowAttribute
const long SHOW
specifies that the window is initially visible.
Definition: WindowAttribute.idl:35
Definition: Ambiguous.idl:20
const long FULLSIZE
specifies that the window fills the complete desktop area.
Definition: WindowAttribute.idl:42
const long NODECORATION
specifies that the window should have no decoration.
Definition: WindowAttribute.idl:105
const long SYSTEMDEPENDENT
specifies that the window should support the com::sun::star::awt::XSystemDependentWindowPeer interfac...
Definition: WindowAttribute.idl:100
const long OPTIMUMSIZE
specifies that the window is optimum size.
Definition: WindowAttribute.idl:49
const long CLOSEABLE
specifies that the window can be closed by the user.
Definition: WindowAttribute.idl:84
const long BORDER
specifies that the window has visible borders.
Definition: WindowAttribute.idl:63
const long SIZEABLE
specifies that the size of the window can be changed by the user.
Definition: WindowAttribute.idl:70
const long MINSIZE
specifies that the window is minimum size.
Definition: WindowAttribute.idl:56
const long MOVEABLE
specifies that the window can be moved by the user.
Definition: WindowAttribute.idl:77