Re: [gtk-list] Problems with 'main_interation Gtk;' on Perl/Gtk



On Tue, Sep 14, 1999 at 09:29:20PM -0300, Raul Dias wrote:
> I have some heavy load process in the app I am written (about 5 min on
> a PII).
> 
> So, I want to show the window before doing it.
> I think that 'main_interation Gtk;' will do the tricky.S
                      ^
It's main_iteration. So you may want to add:

while(Gtk->events_pending()) {
	main_iteration Gtk;
};

in your number crunching function or whatever it is.

lupus

-- 
-----------------------------------------------------------------
lupus@debian.org                                     debian/rules



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