:: com :: sun :: star :: frame ::
|
unpublished |
constants group LayoutManagerEvents |
|
|
- Usage Restrictions
- not published
- Description
- provides information about layout manager events
Events are provided only for notification
purposes only.
- Since
- OOo 2.0
- See also
- LayoutManager, XLayoutManagerEventBroadcaster
|
Constants |
LOCK |
specifies that the layout manager processed a lock call, which
prevents it from doing layouts.
|
UNLOCK |
specifies that the layout manager processed an unlock call, which
admit layouts when the lock count is zero.
|
LAYOUT |
specifies that the layout manager refreshed the layout of
the frame.
|
VISIBLE |
specifies that the layout manager container frame window
becomes visible.
|
INVISIBLE |
specifies that the layout manager container frame window
becomes invisible.
|
MERGEDMENUBAR |
A merged menu bar has been set at the layout manager.
|
UIELEMENT_VISIBLE |
specifies that a certain user interface element has been made
visible
|
UIELEMENT_INVISIBLE |
specifies that a certain user interface element has been made
invisible
|
Constants' Details |
LOCK
const short LOCK = 0;
- Description
- specifies that the layout manager processed a lock call, which
prevents it from doing layouts.
This event sends the current lock count as additional
information.
|
|
UNLOCK
const short UNLOCK = 1;
- Description
- specifies that the layout manager processed an unlock call, which
admit layouts when the lock count is zero.
This event sends the current lock count as additional
information.
|
|
LAYOUT
const short LAYOUT = 2;
- Description
- specifies that the layout manager refreshed the layout of
the frame.
This event sends no additional information.
|
|
VISIBLE
const short VISIBLE = 3;
- Description
- specifies that the layout manager container frame window
becomes visible.
This event sends no additional information.
|
|
INVISIBLE
const short INVISIBLE = 4;
- Description
- specifies that the layout manager container frame window
becomes invisible.
This event sends no additional information.
|
|
MERGEDMENUBAR
const short MERGEDMENUBAR = 5;
- Description
- A merged menu bar has been set at the layout manager.
This event sends no additional information.
|
|
UIELEMENT_VISIBLE
const short UIELEMENT_VISIBLE = 6;
- Description
- specifies that a certain user interface element has been made
visible
This event sends the resource url of the newly visible user
interface element.
|
|
UIELEMENT_INVISIBLE
const short UIELEMENT_INVISIBLE = 7;
- Description
- specifies that a certain user interface element has been made
invisible
This event sends the resource url of the invisible user
interface element.
|
|
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.