On Feb 6, 2008 9:04 PM, Gian Mario Tagliaretti <[EMAIL PROTECTED]> wrote:

> If you can provide a small example showing your problem will be great.

I haven't finished my message but I've hit send, sorry.

you probably want to set the pixmap in the expose event as you said,
something like:

def on_expose(widget, event):
    w = widget.get_window(gtk.TEXT_WINDOW_TEXT)
    w.set_back_pixmap(pixmap, False)

textview.connect("expose-event", on_expose)

cheers
-- 
Gian Mario Tagliaretti
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to