Syntax
interface XWindowPeer : com::sun::star::lang::XComponent ;
Description
gives access to the actual window implementation on the device.
Method Details
|
|
Syntax
- com::sun::star::awt::XToolkit getToolkit
();
Description
returns the vcl which created this object.
Syntax
- oneway void setPointer
(
- com::sun::star::awt::XPointer Pointer );
Description
sets the mouse pointer.
Syntax
- oneway void setBackground
(
- long Color );
Description
sets the background color.
Syntax
- oneway void invalidate
(
- short Flags );
Description
invalidated the whole window using an InvalidateStyle .
Syntax
- oneway void invalidateRect
(
- com::sun::star::awt::Rectangle Rect,
- short Flags );
Description
invalidated a rectangular area of the window using an
InvalidateStyle .
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.