summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/XWindowPeer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XWindowPeer.idl')
-rw-r--r--offapi/com/sun/star/awt/XWindowPeer.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/awt/XWindowPeer.idl b/offapi/com/sun/star/awt/XWindowPeer.idl
index 463ec6a9e157..6f5e2a2356e6 100644
--- a/offapi/com/sun/star/awt/XWindowPeer.idl
+++ b/offapi/com/sun/star/awt/XWindowPeer.idl
@@ -24,45 +24,38 @@
#include <com/sun/star/util/Color.idl>
#include <com/sun/star/awt/Rectangle.idl>
-//=============================================================================
module com { module sun { module star { module awt {
published interface XToolkit;
published interface XPointer;
-//=============================================================================
/** gives access to the actual window implementation on the device.
*/
published interface XWindowPeer: com::sun::star::lang::XComponent
{
- //-------------------------------------------------------------------------
/** returns the toolkit which created this object.
*/
XToolkit getToolkit();
- //-------------------------------------------------------------------------
/** sets the mouse pointer.
*/
[oneway] void setPointer( [in] XPointer Pointer );
- //-------------------------------------------------------------------------
/** sets the background color.
*/
[oneway] void setBackground( [in] com::sun::star::util::Color Color );
- //-------------------------------------------------------------------------
/** invalidates the whole window with the specified
<type>InvalidateStyle</type>.
*/
[oneway] void invalidate( [in] short Flags );
- //-------------------------------------------------------------------------
/** invalidates a rectangular area of the window with the specified
<type>InvalidateStyle</type>.
@@ -71,7 +64,6 @@ published interface XWindowPeer: com::sun::star::lang::XComponent
};
-//=============================================================================
}; }; }; };