desktop-events.h revision 3262f14c5bf064354a579fea8fe008bf190c9596
#ifndef __DESKTOP_EVENTS_H__
#define __DESKTOP_EVENTS_H__
/*
* Entry points for event distribution
*
* Authors:
* Lauris Kaplinski <lauris@kaplinski.com>
*
* Copyright (C) 1999-2002 authors
* Copyright (C) 2001-2002 Ximian, Inc.
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
struct SPDesktopWidget;
struct SPCanvasItem;
/* Item handlers */
/* Default handlers */
/* Rulers */
/* Guides */
#endif
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :