Hi, Maybe it is a stupid question, but I was unable to find the answer. What is the preferred way to destroy a window in Gtkmm? In pure C I'd call gtk_widget_destroy(), but what do I do in C++? (Calling `delete this' leads to a segmenation fault, but maybe it's my error, not sure...)
Paul _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
