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?
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to