> Is it possible to make the right click on the > textview be ignored by the textview widget and > acted on by the applet itself?
Look at the 0.1 version (ie the simplest working example) of http://www.ugr.es/~arturogf/applets/software/ which comes with a bonus "writing applets in python" tutorial at http://www.ugr.es/~arturogf/applets/ In particular, this guy has a progressbar (in an eventbox) rather than a textview, but copying that might work for you. Otherwise, look at deskbar-applet code, although it'll be more complicated. Nigel. _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
