Re: Window (CList) update semantics
- From: muppet <scott asofyet org>
- To: Tom Jennings <tomj wps com>
- Cc: Gtk-Perl-MailingList <gtk-perl-list gnome org>
- Subject: Re: Window (CList) update semantics
- Date: Wed, 01 Jan 2003 20:30:36 -0500
Tom Jennings wrote:
The window doesn't update until the handler returns.
more likely, it updates when the clist gets a chance to handle some
events which were put on the event queue by your code.
try this:
while ( Gtk->events_pending ) {
Gtk->main_iteration;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]