Mercurial > audlegacy-plugins
view src/modplug/gui/callbacks.h @ 2751:533d73cfa1ff
Finalize event loop for the playback thread; the plugin is now done except for seeking.
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Mon, 30 Jun 2008 23:50:51 -0500 |
| 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);
