LibreOffice
LibreOffice 24.2 SDK API Reference
WindowAttribute.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  * Licensed to the Apache Software Foundation (ASF) under one or more
12  * contributor license agreements. See the NOTICE file distributed
13  * with this work for additional information regarding copyright
14  * ownership. The ASF licenses this file to you under the Apache
15  * License, Version 2.0 (the "License"); you may not use this file
16  * except in compliance with the License. You may obtain a copy of
17  * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 
20 
21 
22  module com { module sun { module star { module awt {
23 
24 
30 published constants WindowAttribute
31 {
32 
35  const long SHOW = 1;
36 
37 
42  const long FULLSIZE = 2;
43 
44 
49  const long OPTIMUMSIZE = 4;
50 
51 
56  const long MINSIZE = 8;
57 
58 
63  const long BORDER = 16;
64 
65 
70  const long SIZEABLE = 32;
71 
72 
77  const long MOVEABLE = 64;
78 
79 
84  const long CLOSEABLE = 128;
85 
86 
100  const long SYSTEMDEPENDENT = 256;
101 
102 
105  const long NODECORATION = 512;
106 
107 };
108 
109 
110 }; }; }; };
111 
112 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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