Re: Some new to gtkmm questions



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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]