~cjcurran/indicator-sound/show-player

« back to all changes in this revision

Viewing changes to src/play-button.h

  • Committer: Conor Curran
  • Date: 2010-07-08 16:52:51 UTC
  • mfrom: (97.1.2 indicator-sound)
  • Revision ID: conor.curran@canonical.com-20100708165251-xy1rko5r6tn3tgvm
merged the event handling plus code tidy ups and proper icon loading from the theme

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
GType play_button_get_type (void);
45
45
void play_button_set_style(GtkWidget* button, GtkStyle* style);
 
46
gint determine_button_event(GtkWidget* button, GdkEventButton* event);
 
47
 
46
48
GtkWidget* play_button_new();
47
49
 
48
50
G_END_DECLS