Some hyperlink code.
[rodin/chimara.git] / libchimara / hyperlink.h
1 #ifndef HYPERLINK_H
2 #define HYPERLINK_H
3
4 #include <glib.h>
5 #include <gtk/gtk.h>
6
7 #include "glk.h"
8 #include "window.h"
9 #include "event.h"
10
11 G_GNUC_INTERNAL gboolean on_window_button_release_event(GtkWidget *widget, GdkEventButton *event, winid_t win);
12
13 #endif