:: com :: sun :: star :: awt ::
|
unpublished |
struct DockingEvent |
|
|
- Base Hierarchy
DockingEvent
┗ ::com::sun::star::lang::EventObject
|
- Usage Restrictions
- not published
- Description
- specifies a docking event.
|
Elements' Summary |
TrackingRectangle |
specifies the current tracking rectangle
|
MousePos |
specifies the current mouse position in frame coordinates
|
bLiveMode |
specifies if the layout should be adjusted immediately
|
bInteractive |
specifies if the docking procedure is interactive which means that
the user is currently dragging the window to a new position
if this member is false the window will be docked or undocked immediately
using the returned tracking rectangle
|
Elements' Details |
TrackingRectangle
Rectangle TrackingRectangle;
- Description
- specifies the current tracking rectangle
|
|
MousePos
Point MousePos;
- Description
- specifies the current mouse position in frame coordinates
|
|
bLiveMode
boolean bLiveMode;
- Description
- specifies if the layout should be adjusted immediately
|
|
bInteractive
boolean bInteractive;
- Description
- specifies if the docking procedure is interactive which means that
the user is currently dragging the window to a new position
if this member is false the window will be docked or undocked immediately
using the returned tracking rectangle
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.