[pygtk] Detecting a clicked upon word in cellRendererText

2011-11-04 Thread Ben Shomer
Hi All, I have a TreeView with several columns. One of them holds a meaningful text which is displayed by a cellRendererText. I detect a clicking event on the TreeView: # Make the treeview event sensitive treeview.add_events(gtk.gdk.BUTTON_PRESS_MASK)

[pygtk] Signal handling by inherited classes

2011-01-19 Thread Ben Shomer
Hello everyone, I'm writing an application which displays a series of parallel graphs, all packed in one window. There is a main graph drawn by a gtk.DrawingArea inheriting class. There are several other graphs, each of them, inheriting the main graph class, overriding the data feed and draw