kwin Library API Documentation

kwindecorationIface.h

00001 /* 
00002     This is the new kwindecoration kcontrol module
00003 
00004     Copyright (c) 2001
00005         Karol Szwed (gallium) <karlmail@usa.net>
00006         http://gallium.n3.net/
00007 
00008     Supports new kwin configuration plugins, and titlebar button position
00009     modification via dnd interface.
00010 
00011     Based on original "kwintheme" (Window Borders) 
00012     Copyright (C) 2001 Rik Hemsley (rikkus) <rik@kde.org>
00013 
00014     This program is free software; you can redistribute it and/or modify
00015     it under the terms of the GNU General Public License as published by
00016     the Free Software Foundation; either version 2 of the License, or
00017     (at your option) any later version.
00018   
00019     This program is distributed in the hope that it will be useful,
00020     but WITHOUT ANY WARRANTY; without even the implied warranty of
00021     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00022     GNU General Public License for more details.
00023   
00024     You should have received a copy of the GNU General Public License
00025     along with this program; if not, write to the Free Software
00026     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
00027 
00028 */
00029 
00030 #ifndef __KWINDECORATIONIFACE_H
00031 #define __KWINDECORATIONIFACE_H
00032 
00033 #include <dcopobject.h>
00034 
00035 class KWinDecorationIface: virtual public DCOPObject
00036 {
00037     K_DCOP
00038     public:
00039 
00040     k_dcop:
00041         virtual void dcopUpdateClientList()=0;
00042 };
00043 
00044 #endif
KDE Logo
This file is part of the documentation for kwin Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sun Apr 11 13:44:52 2004 by doxygen 1.3.6-20040222 written by Dimitri van Heesch, © 1997-2003