Re: Some new to gtkmm questions
- From: "Timothy M. Shead" <tshead k-3d com>
- To: John Taber <jtaber johntaber net>
- Cc: gtkmm-list gnome org
- Subject: Re: Some new to gtkmm questions
- Date: Fri, 18 Mar 2005 08:50:42 -0800
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]