Re: How to wait for a destruction of a dialog?



Warrior <ymg azstarnet com> writes:
Why? What's the difference? gtk_main() calls g_main_run() I believe...


gtk_main() and gtk_main_quit() have the same problem as global
variables since they manipulate a global variable stack (accidentally
calling gtk_main_quit() expecting to exit the app and just quitting
the dialog instead is a common bug).

Havoc




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