a lot of modal dialog without GTK.main



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]