a lot of modal dialog without GTK.main
- From: Andrey Nikitin <avreg-support mail ru>
- To: gtk-app-devel-list gnome org
- Subject: a lot of modal dialog without GTK.main
- Date: Thu, 4 Feb 2010 18:17:42 +0300
Hi.
I try make my first GTK application without creation a main window and
without GTK.main() call.
[code]
dialog1.run
exit if error
dialog1.destroy
dialog2.run
exit if error
dialog2.destroy
...
result_msg_dialog.run
result_msg_dialog.destroy
[/code]
But I noticed that dialog.destroy() call really does not destroy the
dialog window.
Have solution?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]