diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2012-01-19 19:45:06 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2012-01-19 19:45:06 +0000 |
| commit | 28dcdf10f9fef7f4c7d7bf7664040aa3c26126fe (patch) | |
| tree | 446c523f5a28f31ce6423086a293cdfff81f2b8f /src/dialogs/object-attributes.h | |
| parent | Update and documentation of sp-attribute-widget (diff) | |
| download | inkscape-28dcdf10f9fef7f4c7d7bf7664040aa3c26126fe.tar.gz inkscape-28dcdf10f9fef7f4c7d7bf7664040aa3c26126fe.zip | |
Gtkmmification of object attributes dialog: image and link attributes now editable in dockable dialog (Bug #592323)
(bzr r10910)
Diffstat (limited to 'src/dialogs/object-attributes.h')
| -rw-r--r-- | src/dialogs/object-attributes.h | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/src/dialogs/object-attributes.h b/src/dialogs/object-attributes.h deleted file mode 100644 index 53b3ee37f..000000000 --- a/src/dialogs/object-attributes.h +++ /dev/null @@ -1,32 +0,0 @@ -/** @file - * @brief Generic object attribute editor - */ -/* Author: - * Lauris Kaplinski <lauris@ximian.com> - * - * Copyright (C) 2001 Ximian, Inc. - * - * Licensed under GNU GPL - */ - -#ifndef SEEN_DIALOGS_OBJECT_ATTRIBUTES_H -#define SEEN_DIALOGS_OBJECT_ATTRIBUTES_H - -#include <glib.h> - -class SPObject; - -void sp_object_attributes_dialog (SPObject *object, const gchar *tag); - -#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 : |
