John Taber wrote:
On Thursday 17 March 2005 23:11, Timothy M. Shead wrote:

You are deleting your splash as soon as it is created, it never becomes
visible because there is no event loop running to make it visible.  You
probably want to call

splash->run();

I understand what you mean about deleting immediately but run is not a method of splash (which is derived from Gtk::Window)

Derive from Gtk::Dialog, which provides run().

Tim

_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to