diff src/audacious/widgets/audacious_pbutton.h @ 2829:4eda78b785ed trunk

[svn] - draw_main_window redraws custom gtk widgets
author desowin
date Fri, 08 Jun 2007 03:42:32 -0700
parents 9cfdff8a8b37
children 1e97a0a228b7
line wrap: on
line diff
--- a/src/audacious/widgets/audacious_pbutton.h	Fri Jun 08 02:02:12 2007 -0700
+++ b/src/audacious/widgets/audacious_pbutton.h	Fri Jun 08 03:42:32 2007 -0700
@@ -45,6 +45,7 @@
 	RELEASED,
 	CLICKED,
 	DOUBLED,
+	REDRAW,
 	LAST_SIGNAL
 };
 
@@ -66,6 +67,7 @@
 	void (* released) (AudaciousPButton *button);
 	void (* clicked)  (AudaciousPButton *button);
 	void (* doubled)  (AudaciousPButton *button);
+	void (* redraw)   (AudaciousPButton *button);
 };
 
 GType audacious_pbutton_get_type(void) G_GNUC_CONST;