Hi, Is it possible to change the mouse cursor of a TextView? This does not appear to have any effect:
w = Window() v = TextView(); w.add(v) w.show(); v.show() v.window.set_cursor(gdk.Cursor(gdk.HAND2)) v.window.get_children()[0].set_cursor(gdk.Cursor(gdk.HAND2)) -- Fredrik Arnerup <[EMAIL PROTECTED]> _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
