summaryrefslogtreecommitdiffstats
path: root/src/hyperlink.h
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@server-speed.net>2011-02-03 20:26:22 +0100
committerFlorian Pritz <bluewind@server-speed.net>2011-02-03 20:30:13 +0100
commit7885f76d408b1a71a0f98e00bc16fe72dd351808 (patch)
treef652257f48fc1938f8304b48bb6b6dcc7ce37dae /src/hyperlink.h
downloadqinfo-master.tar.gz
qinfo-master.tar.xz
initial commitHEADmaster
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
Diffstat (limited to 'src/hyperlink.h')
-rw-r--r--src/hyperlink.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/hyperlink.h b/src/hyperlink.h
new file mode 100644
index 0000000..31b2785
--- /dev/null
+++ b/src/hyperlink.h
@@ -0,0 +1,28 @@
+/**
+ * qinfo - GTK+ based ascii art text viewer
+ * Copyright (C) 2008 Oliver Mader <dotb52@gmail.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; either version 2 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, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+#ifndef HYPERLINK_H
+#define HYPERLINK_H
+
+#include "qinfo.h"
+
+extern void hyperlink_cursor (qinfo_t *app, gint x, gint y);
+extern void hyperlink_follow (qinfo_t *app, GtkTextIter *iter);
+
+#endif