19#ifndef __com_sun_star_awt_XWindowPeer_idl__
20#define __com_sun_star_awt_XWindowPeer_idl__
28 module
com { module sun { module star { module awt {
30 published
interface XToolkit;
31 published
interface XPointer;
gives access to the type of mouse pointer.
Definition XPointer.idl:32
gives access to the actual window implementation on the device.
Definition XWindowPeer.idl:37
void setBackground([in] com::sun::star::util::Color Color)
sets the background color.
void invalidateRect([in] Rectangle Rect, [in] short Flags)
invalidates a rectangular area of the window with the specified InvalidateStyle.
void invalidate([in] short Flags)
invalidates the whole window with the specified InvalidateStyle.
XToolkit getToolkit()
returns the toolkit which created this object.
void setPointer([in] XPointer Pointer)
sets the mouse pointer.
allows to explicitly free resources and break cyclic references.
Definition XComponent.idl:43
long Color
describes an RGB color value with an optional alpha channel.
Definition Color.idl:36
Definition Ambiguous.idl:22
Definition Pointer.idl:31
specifies a rectangular area by position and size.
Definition Rectangle.idl:30