summaryrefslogtreecommitdiff
path: root/tools/glade/examples/editor/src/interface.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-09-29 19:32:03 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-09-29 19:32:03 +0200
commit624bab4dd36e1bea09c27a67f1ff0a3b983f1ac1 (patch)
tree2fc93406fb732d9e15d17ab9d6b00616eb282266 /tools/glade/examples/editor/src/interface.h
parente041da40b7fe9bebd76dc04f25b0c345986d9ad0 (diff)
added our glade fork
Diffstat (limited to 'tools/glade/examples/editor/src/interface.h')
-rw-r--r--tools/glade/examples/editor/src/interface.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/glade/examples/editor/src/interface.h b/tools/glade/examples/editor/src/interface.h
new file mode 100644
index 00000000..2b323163
--- /dev/null
+++ b/tools/glade/examples/editor/src/interface.h
@@ -0,0 +1,9 @@
+/*
+ * DO NOT EDIT THIS FILE - it is generated by Glade.
+ */
+
+GtkWidget* create_main_window (void);
+GtkWidget* create_open_file_selection (void);
+GtkWidget* create_font_selection (void);
+GtkWidget* create_about_dialog (void);
+GtkWidget* create_save_file_selection (void);