|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 module
com { module sun { module star { module awt {
23 published
interface XToolkit;
24 published
interface XPointer;
void invalidateRect([in] Rectangle Rect, [in] short Flags)
invalidates a rectangular area of the window with the specified InvalidateStyle.
sequence< ColorComponent > Color
Shorthand for the device-dependent color components, and easier to read.
Definition: Color.idl:23
gives access to the actual window implementation on the device.
Definition: XWindowPeer.idl:30
void setPointer([in] XPointer Pointer)
sets the mouse pointer.
Definition: Pointer.idl:27
allows to explicitly free resources and break cyclic references.
Definition: XComponent.idl:39
void setBackground([in] com::sun::star::util::Color Color)
sets the background color.
XToolkit getToolkit()
returns the toolkit which created this object.
gives access to the type of mouse pointer.
Definition: XPointer.idl:28
Definition: Ambiguous.idl:20
long Color
describes an RGB color value with an optional alpha channel.
Definition: Color.idl:34
specifies a rectangular area by position and size.
Definition: Rectangle.idl:28
void invalidate([in] short Flags)
invalidates the whole window with the specified InvalidateStyle.