[Fwd: Getting a modal run]



Hmmm... either the list is down, or the following never got there; so here it is again.

Bob

-------- Original Message --------
Subject: 	Getting a modal run
Date: 	Thu, 21 Apr 2005 16:23:05 -0500
From: 	Bob Caryl <bob fis-cal com>
To: 	gtkmm-list <gtkmm-list gnome org>



Hello Everyone,

I've derived a class from Gtk::Window. I am running it from within another window thusly:

Cashwin cw;
cw.show();
Gtk::Main::run(cw);

This works fine, except that it is not asynchronous. I can get focus on the window that spawned this one and run it again. I don't want this to happen. The window is too complex to derive from Gtk::Dialog (I tried that).

Assuming my assumptions about derivation from Gtk::Dialog were correct, any ideas?

Thanks,

Bob Caryl





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