[pan2] forgot this file



commit e7d29c02e1535ec4edaa026e7e7a754f38e6d033
Author: Heinrich MÃller <henmull src gnome org>
Date:   Sun Jan 22 10:48:42 2012 +0100

    forgot this file

 pan/gui/hotkeys.h |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)
---
diff --git a/pan/gui/hotkeys.h b/pan/gui/hotkeys.h
new file mode 100644
index 0000000..7bbd8a3
--- /dev/null
+++ b/pan/gui/hotkeys.h
@@ -0,0 +1,31 @@
+/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
+/*
+ * Pan - A Newsreader for Gtk+
+ * Copyright (C) 2002-2006  Charles Kerr <charles rebelbase com>
+ *
+ * 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; version 2 of the License.
+ *
+ * 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, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+
+ #ifndef HOTKEYS_H
+ #define HOTKEYS_H
+
+namespace pan
+{
+
+int
+fill_hotkeys(std::map<gchar*, guint>& keymap);
+
+}
+
+ #endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]