I have created a dialogue window using gtk_dialogue_new_with_buttons (see below)
and attached a callback function to the "response" event.
gtk_dialog_new_with_buttons("Y-Axis Scales",
NULL,
GTK_DIALOG_MODAL,
GTK_ST
I have recently tried the new GTK+ About Dialog box (on Windows) and I have a
couple of questions:
1. When I open the about dialog box and then close it everything is fine, but if
I open the about dialog box, then open the credits dialog box, then close the
credits dialog box and then the about di