summaryrefslogtreecommitdiffstats
path: root/src/dialogs/object-attributes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs/object-attributes.h')
-rw-r--r--src/dialogs/object-attributes.h37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/dialogs/object-attributes.h b/src/dialogs/object-attributes.h
new file mode 100644
index 000000000..2fc562e16
--- /dev/null
+++ b/src/dialogs/object-attributes.h
@@ -0,0 +1,37 @@
+#ifndef __SP_OBJECT_ATTRIBUTES_H__
+#define __SP_OBJECT_ATTRIBUTES_H__
+
+/**
+ * \brief Generic object attribute editor
+ *
+ * Author:
+ * Lauris Kaplinski <lauris@ximian.com>
+ *
+ * Copyright (C) 2001 Ximian, Inc.
+ *
+ * Licensed under GNU GPL
+ */
+
+#include <glib.h>
+
+
+
+#include <gtk/gtkwidget.h>
+#include "../forward.h"
+
+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:encoding=utf-8:textwidth=99 :