Re: [pygtk] Problem with CellRendererToggle

2006-11-17 Thread Brian
On Fri, 2006-17-11 at 18:28 +0100, Pipen wrote: > Hi. > > Each row in my TreeView contains a column with: toggle, pixbuf and > text renderer respectively. If need to maintain the following > situations: > - user clicks on the toggle - toggle receives 'toggled' event; > treeview row cursor should n

[pygtk] event timing precision question

2006-11-17 Thread Greg Steffensen
I'm working on a project for which I'd like to be able to detect the exact moment at which keypress/keyrelease events occur, to within a millisecond or so of accuracy. Is it reasonable to do this with pygtk, or would I be better served using c and gtk? I know that gtk.gdk.Event.get_time() has ad

[pygtk] Problem with CellRendererToggle

2006-11-17 Thread Pipen
Hi. Each row in my TreeView contains a column with: toggle, pixbuf and text renderer respectively. If need to maintain the following situations: - user clicks on the toggle - toggle receives 'toggled' event; treeview row cursor should not change. - user clicks on the rest of the row (pixbuf, text