interface XVclWindowPeer in module com::sun::star::awt::

(Global Index)

[ DEPRECATED ]

Syntax

interface XVclWindowPeer : com::sun::star::awt::XWindowPeer ;

Method Summary

isChild

setDesignMode sets the design mode for use in a design editor.

isDesignMode

enableClipSiblings

setForeground

setControlFont

getStyles

setProperty sets properties like colors, fonts, ....

getProperty

Method Details



isChild

Syntax

boolean isChild (
com::sun::star::awt::XWindowPeer Peer );

setDesignMode

Syntax

oneway void setDesignMode (
boolean bOn );

Description

sets the design mode for use in a design editor.


isDesignMode

Syntax

boolean isDesignMode ();

enableClipSiblings

Syntax

oneway void enableClipSiblings (
boolean bClip );

setForeground

Syntax

oneway void setForeground (
long Color );

setControlFont

Syntax

oneway void setControlFont (
com::sun::star::awt::FontDescriptor aFont );

getStyles

Syntax

void getStyles (
short nType,
com::sun::star::awt::FontDescriptor Font,
long ForegroundColor,
long BackgroundColor );

setProperty

Syntax

void setProperty (
string PropertyName,
any Value );

Description

sets properties like colors, fonts, ....


getProperty

Syntax

any getProperty (
string PropertyName );
Top of Page