summaryrefslogtreecommitdiff
path: root/gtk/about.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-09-22 23:18:03 +0100
committerVincent Sanders <vince@kyllikki.org>2014-09-22 23:18:03 +0100
commite825f384370ec0c939f5b2c8d741b796b3eb98e9 (patch)
tree47380b8d441e461ca512da11aee9cc65dd7bdef3 /gtk/about.h
parent9487076f2ad1298b1122155170949cb59156d9b9 (diff)
downloadnetsurf-e825f384370ec0c939f5b2c8d741b796b3eb98e9.tar.gz
netsurf-e825f384370ec0c939f5b2c8d741b796b3eb98e9.tar.bz2
move about and preferences window handling to more sensible position
Diffstat (limited to 'gtk/about.h')
-rw-r--r--gtk/about.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/gtk/about.h b/gtk/about.h
new file mode 100644
index 000000000..bf3c9f58d
--- /dev/null
+++ b/gtk/about.h
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2008 Rob Kendrick <rjek@rjek.com>
+ *
+ * This file is part of NetSurf, http://www.netsurf-browser.org/
+ *
+ * NetSurf 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; version 2 of the License.
+ *
+ * NetSurf 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 NETSURF_GTK_ABOUT_H
+#define NETSURF_GTK_ABOUT_H
+
+void nsgtk_about_dialog_init(GtkWindow *parent);
+
+#endif