summaryrefslogtreecommitdiff
path: root/plugins/gtkui/gtkui.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-09 22:22:23 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-09 22:22:23 +0200
commit49508a75eeb63ab65f6cb84c14e46e679fad2688 (patch)
treededd7b5c03ad8b411ecd26277bcc3f00527dabcc /plugins/gtkui/gtkui.h
parent133b2f31913b25ff222bd9ba9aa716a990e0d94a (diff)
implemented seekbar gtk widget in vala
Diffstat (limited to 'plugins/gtkui/gtkui.h')
-rw-r--r--plugins/gtkui/gtkui.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/gtkui/gtkui.h b/plugins/gtkui/gtkui.h
index ef8cf9a3..4df4b47a 100644
--- a/plugins/gtkui/gtkui.h
+++ b/plugins/gtkui/gtkui.h
@@ -93,6 +93,21 @@ void
seekbar_redraw (void);
void
+seekbar_draw (GtkWidget *widget);
+
+gboolean
+on_seekbar_button_press_event (GtkWidget *widget,
+ GdkEventButton *event);
+
+gboolean
+on_seekbar_button_release_event (GtkWidget *widget,
+ GdkEventButton *event);
+
+gboolean
+on_seekbar_motion_notify_event (GtkWidget *widget,
+ GdkEventMotion *event);
+
+void
volumebar_redraw (void);
void