aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet-editor.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-04-10 17:17:39 +0100
committerThomas White <taw@bitwiz.org.uk>2012-04-10 17:17:39 +0100
commitee108f180c8c199a18ce375114ee3f1553d61d79 (patch)
treede70a5e2ae5768344548e99cf0441be13c7a3b7f /src/stylesheet-editor.h
parent6d919c7f8d79a098704813dfeecf8a88b4348e68 (diff)
Work on frames and storycode
Diffstat (limited to 'src/stylesheet-editor.h')
-rw-r--r--src/stylesheet-editor.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/stylesheet-editor.h b/src/stylesheet-editor.h
new file mode 100644
index 0000000..a20dfb8
--- /dev/null
+++ b/src/stylesheet-editor.h
@@ -0,0 +1,35 @@
+/*
+ * stylesheet-editor.h
+ *
+ * Colloquium - A tiny presentation program
+ *
+ * Copyright (c) 2011 Thomas White <taw@bitwiz.org.uk>
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
+#ifndef STYLESHEET_EDITOR_H
+#define STYLESHEET_EDITOR_H
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+
+typedef struct _stylesheetwindow StylesheetWindow;
+
+extern StylesheetWindow *open_stylesheet(struct presentation *p);
+
+#endif /* STYLESHEET_EDITOR_H */