aboutsummaryrefslogtreecommitdiff
path: root/src/play-button.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-07-08 17:52:51 +0100
committerConor Curran <conor.curran@canonical.com>2010-07-08 17:52:51 +0100
commit50b2e070852b5eab299b8c3612a86adf6d21e901 (patch)
tree18c40c1b61ce93552767ef3f02055a3d9e92dfcb /src/play-button.h
parent41747b032d2032c97fd7f1766157e2d846626880 (diff)
parent0f2a6b2736713951fb4b88848e79849a8f1dc72a (diff)
downloadayatana-indicator-sound-50b2e070852b5eab299b8c3612a86adf6d21e901.tar.gz
ayatana-indicator-sound-50b2e070852b5eab299b8c3612a86adf6d21e901.tar.bz2
ayatana-indicator-sound-50b2e070852b5eab299b8c3612a86adf6d21e901.zip
merged the event handling plus code tidy ups and proper icon loading from the theme
Diffstat (limited to 'src/play-button.h')
-rw-r--r--src/play-button.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/play-button.h b/src/play-button.h
index 6c6aee3..3eaabcc 100644
--- a/src/play-button.h
+++ b/src/play-button.h
@@ -43,6 +43,8 @@ struct _PlayButton {
GType play_button_get_type (void);
void play_button_set_style(GtkWidget* button, GtkStyle* style);
+gint determine_button_event(GtkWidget* button, GdkEventButton* event);
+
GtkWidget* play_button_new();
G_END_DECLS