Mercurial > audlegacy-plugins
view src/modplug/gui/callbacks.h @ 977:bdf6ccf7bf53 trunk
[svn] Fixed the embarassing situation i was in (writing a plugin and not being able to see/hear it work).
Now lastfm plays for all of us mortals, not only those who have a lastfm subscription.
nenolod is not the one and only any more :p
| author | majeru |
|---|---|
| date | Mon, 23 Apr 2007 14:24:01 -0700 |
| parents | 3da1b8942b8b |
| children |
line wrap: on
line source
#include <gtk/gtk.h> gboolean hide_window (GtkWidget *widget, GdkEvent *event, gpointer user_data); void on_config_ok_clicked (GtkButton *button, gpointer user_data); void on_config_apply_clicked (GtkButton *button, gpointer user_data); void on_config_cancel_clicked (GtkButton *button, gpointer user_data); void on_info_close_clicked (GtkButton *button, gpointer user_data);
