Hi, I have created an App with Glade, and have a question about Gnome/GTK
widgets.
My code looks a little like this (form memory, I am posting from work)
GtkWidget *about
about = create_about();
gtk_widget_show(about);
My question is, whne the user presses the OK button, and the about message
disapears, do I need to do any clean up after it? If I opend it several
times useing the above code, would it cause problems?
Thanks..
Rob