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
Definition in file view-widget.cpp.
#include "view.h"
#include "view-widget.h"
Go to the source code of this file.
Functions | |
static void | sp_view_widget_class_init (SPViewWidgetClass *vwc) |
static void | sp_view_widget_destroy (GtkObject *object) |
GtkType | sp_view_widget_get_type (void) |
static void | sp_view_widget_init (SPViewWidget *widget) |
void | sp_view_widget_set_view (SPViewWidget *vw, Inkscape::UI::View::View *view) |
bool | sp_view_widget_shutdown (SPViewWidget *vw) |
Allows presenting 'save changes' dialog, FALSE - continue, TRUE - cancel. | |
Variables | |
static GtkEventBoxClass * | widget_parent_class |