LibreOffice
LibreOffice 7.4 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 #ifndef __com_sun_star_awt_WindowAttribute_idl__
20 #define __com_sun_star_awt_WindowAttribute_idl__
21 
22 
23 
24  module com { module sun { module star { module awt {
25 
26 
32 published constants WindowAttribute
33 {
34 
37  const long SHOW = 1;
38 
39 
44  const long FULLSIZE = 2;
45 
46 
51  const long OPTIMUMSIZE = 4;
52 
53 
58  const long MINSIZE = 8;
59 
60 
65  const long BORDER = 16;
66 
67 
72  const long SIZEABLE = 32;
73 
74 
79  const long MOVEABLE = 64;
80 
81 
86  const long CLOSEABLE = 128;
87 
88 
102  const long SYSTEMDEPENDENT = 256;
103 
104 
107  const long NODECORATION = 512;
108 
109 };
110 
111 
112 }; }; }; };
113 
114 #endif
115 
116 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const long NODECORATION
specifies that the window should have no decoration.
Definition: WindowAttribute.idl:107
const long CLOSEABLE
specifies that the window can be closed by the user.
Definition: WindowAttribute.idl:86
const long SHOW
specifies that the window is initially visible.
Definition: WindowAttribute.idl:37
const long OPTIMUMSIZE
specifies that the window is optimum size.
Definition: WindowAttribute.idl:51
const long SYSTEMDEPENDENT
specifies that the window should support the com::sun::star::awt::XSystemDependentWindowPeer interfac...
Definition: WindowAttribute.idl:102
const long MINSIZE
specifies that the window is minimum size.
Definition: WindowAttribute.idl:58
const long FULLSIZE
specifies that the window fills the complete desktop area.
Definition: WindowAttribute.idl:44
const long SIZEABLE
specifies that the size of the window can be changed by the user.
Definition: WindowAttribute.idl:72
const long MOVEABLE
specifies that the window can be moved by the user.
Definition: WindowAttribute.idl:79
const long BORDER
specifies that the window has visible borders.
Definition: WindowAttribute.idl:65
Definition: Ambiguous.idl:22