Re: Info request re dialog boxes



John Iliffe <john iliffe sympatico ca> writes: 
What happens is that the program "falls through" and instead of stopping
until the user clicks a button, I get a stack of dialog boxes one on top
of the other and they each have to be clicked off separately.  What's
worse, it is in reverse order so the request for a solution occurs
before the info re what's wrong. 

You need to write code to stop and wait, if you want to stop and
wait. This is normally done with gtk_main().

In GTK 2.0 (1.3.12 is the devel version that will become 2.0), there's
a gtk_dialog_run() function that makes this easier.

Havoc



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