Mercurial > audlegacy
comparison Plugins/Input/modplug/gui/callbacks.cpp @ 864:9d393eabf984 trunk
[svn] now modplug uses xmms_show_message for its aboutbox
| author | giacomo |
|---|---|
| date | Fri, 24 Mar 2006 07:02:57 -0800 |
| parents | 37316876ef6e |
| children | 5ef13028e42d |
comparison
equal
deleted
inserted
replaced
| 863:25f42f39c44c | 864:9d393eabf984 |
|---|---|
| 17 GdkEvent *event, | 17 GdkEvent *event, |
| 18 gpointer user_data) | 18 gpointer user_data) |
| 19 { | 19 { |
| 20 gtk_widget_hide(widget); | 20 gtk_widget_hide(widget); |
| 21 return TRUE; | 21 return TRUE; |
| 22 } | |
| 23 | |
| 24 void | |
| 25 on_about_close_clicked (GtkButton *button, | |
| 26 gpointer user_data) | |
| 27 { | |
| 28 GtkWidget* lAboutWindow; | |
| 29 | |
| 30 lAboutWindow = lookup_widget((GtkWidget*)button, "About"); | |
| 31 if(!lAboutWindow) | |
| 32 cerr << "ModPlug: on_about_close_clicked: Could not find about window!" << endl; | |
| 33 else | |
| 34 gtk_widget_hide(lAboutWindow); | |
| 35 } | 22 } |
| 36 | 23 |
| 37 | 24 |
| 38 void | 25 void |
| 39 on_config_apply_clicked (GtkButton *button, | 26 on_config_apply_clicked (GtkButton *button, |
