[gtkmm] Gtk::Window
- From: Alexander Bussman <buxman telia com>
- To: gtkmm-list gnome org
- Subject: [gtkmm] Gtk::Window
- Date: Tue, 27 Jan 2004 14:21:26 +0100
Hi!
I wonder if it's a way to lock the application until a newly created
window is closed.
I need to do that because I want to grab a string from that window (that
the user writes).
something like this I mean:
...
mywindow.show();
wait_until_mywindow_is_closed();
std::string data = mywindow.getData();
...
I can't figure out a good way to do this.... anyone?
// Alexander Bussman
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]