[Gtk-sharp-list] Stability with GTK# and repainting

Luke Usher luke at resonline.com.au
Mon Apr 24 02:02:08 EDT 2006


Finally worked this out. Application.invoke() appends the events to the
event queue and I assumed GTK would pump these automatically. After
adding an idle handler to the window that pumps events manually things
seem to be working fine.

Is this considered best practice when dealing with GTK?

If so, can the responsive
applications(http://www.mono-project.com/Responsive_Applications)
tutorial to explain this a little better? Especially the event queuing
part

-----Original Message-----
From: Luke Usher 
Sent: Monday, 24 April 2006 12:33 PM
To: Luke Usher
Subject: RE: [Gtk-sharp-list] Stability with GTK# and repainting

Perhaps a better question would be what event does a GTKEntry call to
make the window repaint itself whenever the cursor flickers? I've
noticed everything repaints fine if theres an entry with focus.





More information about the Gtk-sharp-list mailing list