gtk_main



Well, when you start asking questions...

  old_done = done;
  while (!gtk_main_iteration ())
    ;
  done = old_done;

In gtk_main, I don't understand the purpose of saving the value of `done',
especially because it is first initialized after saving it (in
gtk_main_iteration() ), or isn't it?

(Perhaps I should just call it a day, instead of asking a lot of questions...)

-----------------------------------------------------------------------------
this is Hoek v0.23 -- automatic mail replier         hoek@pcjeroen.ubu.ruu.nl
		see also http://www.araneus.com/
	"Where do you live?  Where is the manager?  Where does he live?"
							-- Grosse point Blanc



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