[Gtk-sharp-list] Widgets not updating

Christian Rudh christian@rudh.se
Sat, 24 Apr 2004 18:20:57 +0200


Hi

I am writing a networking client/server application. The client listens
on a socket for messages. When a message arrives it adds text to a
TreeStore (connected to a TreeView) and a TextView. Some of the times
the text appears instantly in the widgets, but mostly not. Then it
doesn't appear until I move the mouse over the widget, or click it.

Is there som way to refresh these widgets (tried QueueDraw but that
froze the widgets) manually or am I doing something wrong?

/Christian