:: com :: sun :: star :: embed ::
|
interface XHatchWindowController |
- Base Interfaces
::com::sun::star::uno::XInterface
|
+--XHatchWindowController
::com::sun::star::uno::XInterface |
- (referenced interface's summary:)
- base interface of all UNO interfaces
|
|
- Usage Restrictions
- not published
- Description
- specifies the operations for a hatch window.
A hatch window owner is responsible to handle resize/move requests
sent by the window. It is also responsible to validate tracking
rectangle size.
|
Methods' Details |
requestPositioning
void |
requestPositioning( |
[in] ::com::sun::star::awt::Rectangle |
aRect ); |
- Description
- requests window owner to resize/move the window.
- Parameter aRect
-
the new requested position and size of the window
|
|
calcAdjustedRectangle
- Description
- returns the closest valid rectangle to the provided one.
- Parameter aRect
-
a new selected position and size of the tracking rectangle
- Returns
-
the closest valid position and size to the provided one
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.