/*
* Authors:
* Lauris Kaplinski <lauris@kaplinski.com>
* Ralf Stephan <ralf@ark.in-berlin.de>
*
* Copyright (C) 2001-2002 Lauris Kaplinski
* Copyright (C) 2001 Ximian, Inc.
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "view.h"
#include "view-widget.h"
//using namespace Inkscape::UI::View;
// SPViewWidget
/**
* Callback to initialize the SPViewWidget vtable.
*/
{
}
/**
* Callback to initialize the SPViewWidget.
*/
{
}
/**
* Callback to disconnect from view and destroy SPViewWidget.
*
* Apparently, this gets only called when a desktop is closed, but then twice!
*/
{
}
}
}
{
}
}
{
}
return FALSE;
}
/*
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 :