diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-07-13 17:31:19 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-07-13 17:31:19 +0100 |
commit | 3866f14c102eec187e6fddbb7cf470df148053a3 (patch) | |
tree | c173145667204b1b2bcc53cb86e35d70dad6e18d /src/play-button.h | |
parent | ec287ed34db17df23ab16d9199fbbb48bd6b246f (diff) | |
download | ayatana-indicator-sound-3866f14c102eec187e6fddbb7cf470df148053a3.tar.gz ayatana-indicator-sound-3866f14c102eec187e6fddbb7cf470df148053a3.tar.bz2 ayatana-indicator-sound-3866f14c102eec187e6fddbb7cf470df148053a3.zip |
button press background done
Diffstat (limited to 'src/play-button.h')
-rw-r--r-- | src/play-button.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/play-button.h b/src/play-button.h index 3eaabcc..37b3624 100644 --- a/src/play-button.h +++ b/src/play-button.h @@ -44,6 +44,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); +void play_button_react_to_button_press(GtkWidget* button, gint command); +void play_button_react_to_button_release(GtkWidget* button); GtkWidget* play_button_new(); |