For each row in my tree structure, I want 4 image buttons next to each other. They will act as switches, and only one of them can be activated at a time. Each button has an image of 'on' and 'off'.
How can I do it? I figured out how to put images there, and how to put togglebuttons buttons, but it seems to take a few more efforts, since there is no pre-created cellrenderer that does what I want.
Basically what I decided, the problem is how to make the image in gtk.treeview accessible. any ideas?
python gtk pygtk gtktreeview
Claudiu
source share