:: com :: sun :: star :: awt ::

unpublished struct DockingData
Usage Restrictions
not published
Description
data returned by docking handler

Elements' Summary
TrackingRectangle specifies the position and size where the window would be placed if the user releases the mouse  
bFloating specifies that the window should be floating (TRUE) or docked (FALSE)  
Elements' Details
TrackingRectangle
Rectangle TrackingRectangle;
Description
specifies the position and size where the window would be placed if the user releases the mouse
bFloating
boolean bFloating;
Description
specifies that the window should be floating (TRUE) or docked (FALSE)
Top of Page