22 module
com { module sun { module star { module awt {
gives access to the VCL window implementation.
Definition XVclWindowPeer.idl:30
void enableClipSiblings([in] boolean bClip)
enables clipping of sibling windows.
void setControlFont([in] com::sun::star::awt::FontDescriptor aFont)
sets the control font.
void setDesignMode([in] boolean bOn)
sets the design mode for use in a design editor.
any getProperty([in] string PropertyName)
returns the value of the property with the specified name.
boolean isDesignMode()
returns TRUE if the window peer is in design mode, FALSE otherwise.
void setForeground([in] com::sun::star::util::Color Color)
sets the foreground color.
void setProperty([in] string PropertyName, [in] any Value)
sets the value of the property with the specified name.
void getStyles([in] short nType, [out] com::sun::star::awt::FontDescriptor Font, [out] com::sun::star::util::Color ForegroundColor, [out] com::sun::star::util::Color BackgroundColor)
returns the font, foreground and background color for the specified type.
boolean isChild([in] com::sun::star::awt::XWindowPeer Peer)
returns TRUE if the window peer is a child, FALSE otherwise.
gives access to the actual window implementation on the device.
Definition XWindowPeer.idl:30
long Color
describes an RGB color value with an optional alpha channel.
Definition Color.idl:34
Definition Ambiguous.idl:20
describes the characteristics of a font.
Definition FontDescriptor.idl:30