Re: [pygtk] Call For Testing: Updated PyGObject, Pycairo and PyGTK for Windows

2010-10-27 Thread John Stowers
On Sat, 2010-10-16 at 20:00 +1300, John Stowers wrote: > Hi All, > > I spent some time updating the windows installers for PyGObject, PyGTK > and Pycairo. > Hi All, Thanks for your feedback and testing. I updated the installers again to hopefully correct the bug some were seeing on install. I a

[pygtk] Get cell position of GtkTreeView from pixel position

2010-10-27 Thread Johannes Bauer
Hi there, starting out with widget coordinates, how do I determine the cell X and Y position of a GtkTreeView from that? I got this far: using tv.widget_to_tree_coords(x, y) I converted the widget coordinates to tree coordinates. Then I used tv.get_path_at_pos(x, y) which yields a four-tuple: (pa

[pygtk] Custom ToolItem with Arrow

2010-10-27 Thread Bradlee Landis
I'd like to have a toolitem that has the appearance of a MenuToolButton with an arrow, but that will display a custom widget when the arrow is pushed. The button will simply act like a button that makes an action occur, and the arrow would show a widget that feels like a pulldown from a ComboBox.