:: com :: sun :: star :: awt ::
|
struct WindowEvent |
- Base Hierarchy
WindowEvent
┗ ::com::sun::star::lang::EventObject
|
- Description
- specifies a window event.
|
Elements' Summary |
X |
specifies the outer x position of the window.
|
Y |
specifies the outer y position of the window.
|
Width |
specifies the outer (total) width of the window.
|
Height |
specifies the outer (total) height of the window.
|
LeftInset |
specifies the inset from the left.
|
TopInset |
specifies the inset from the top.
|
RightInset |
specifies the inset from the right.
|
BottomInset |
specifies the inset from the bottom.
|
Elements' Details |
X
long X;
- Description
- specifies the outer x position of the window.
|
|
Y
long Y;
- Description
- specifies the outer y position of the window.
|
|
Width
long Width;
- Description
- specifies the outer (total) width of the window.
|
|
Height
long Height;
- Description
- specifies the outer (total) height of the window.
|
|
LeftInset
long LeftInset;
- Description
- specifies the inset from the left.
The inset is the distance between the outer and the inner window,
that means the left inset is the width of the left border.
|
|
TopInset
long TopInset;
- Description
- specifies the inset from the top.
The inset is the distance between the outer and the inner window,
that means the top inset is the height of the top border.
|
|
RightInset
long RightInset;
- Description
- specifies the inset from the right.
The inset is the distance between the outer and the inner window,
that means the right inset is the width of the right border.
|
|
BottomInset
long BottomInset;
- Description
- specifies the inset from the bottom.
The inset is the distance between the outer and the inner window,
that means the bottom inset is the height of the bottom border.
|
|
Top of Page
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.