:: com :: sun :: star :: awt ::
|
struct DockingEvent |
- Base Hierarchy
::com::sun::star::lang::EventObject
|
+-DockingEvent
|
- 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 © 2003 Sun Microsystems, Inc.