summaryrefslogtreecommitdiff
path: root/plugins/gtkui/callbacks.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-02-07 22:20:19 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-02-07 22:20:19 +0100
commitd7644e273f412f9e6fa5dff8d39daba1e8be5228 (patch)
tree0f3d2f8988bb13859684ecf784f092ec8c2c3789 /plugins/gtkui/callbacks.h
parented94b40b44f283b4ef8c22ee731b59c8faa6d22b (diff)
tabs for multiple playlists WIP
Diffstat (limited to 'plugins/gtkui/callbacks.h')
-rw-r--r--plugins/gtkui/callbacks.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/plugins/gtkui/callbacks.h b/plugins/gtkui/callbacks.h
index 40c0048c..5070d73e 100644
--- a/plugins/gtkui/callbacks.h
+++ b/plugins/gtkui/callbacks.h
@@ -811,3 +811,28 @@ on_pref_dynsamplerate_clicked (GtkButton *button,
void
on_pref_close_clicked (GtkButton *button,
gpointer user_data);
+
+gboolean
+on_tabbar_button_press_event (GtkWidget *widget,
+ GdkEventButton *event,
+ gpointer user_data);
+
+gboolean
+on_tabbar_button_release_event (GtkWidget *widget,
+ GdkEventButton *event,
+ gpointer user_data);
+
+gboolean
+on_tabbar_configure_event (GtkWidget *widget,
+ GdkEventConfigure *event,
+ gpointer user_data);
+
+gboolean
+on_tabbar_expose_event (GtkWidget *widget,
+ GdkEventExpose *event,
+ gpointer user_data);
+
+gboolean
+on_tabbar_motion_notify_event (GtkWidget *widget,
+ GdkEventMotion *event,
+ gpointer user_data);