[Gtk-sharp-list] Question about TextView and TextBuffer

Enrico Bauermeister EBauermeister@t-online.de
Sat, 25 Jan 2003 23:19:28 +0100


Hi,

i have a question: In my program i use a TextView and a TextBuffer. When =
i add
text to the TextBuffer (which is already connected to the TextView), then=
 the
TextView will not redraw and show the text (but when i move the mouse ove=
r the=20
textview, it will show the text). How can i redraw the TextView (like in =
Java
with repaint()) ?

Enrico