okay.
I'll get it done then.
The quit button has been there the whole time.
Code:
gboolean alsaplayer_button_press(GtkWidget *widget, GdkEventButton *event, gpointer data)
{
if (event->button == 3) {
gtk_menu_popup (GTK_MENU (data), NULL, NULL, NULL, NULL,
event->button, event->time);
return true;
}
return false;
}
However you don't have a "right click"...
I'll hi-jack the pointless CD button then - try welding it onto there.
This was just supposed to be a help-you-along guide.
There is probably a RAFT of other things that need tweaking...
Hey ho. I'll give it go.