Fred L. Drake writes:
 >   I'd like to be able to catch things like double-click and
 > mouse-button-3-press on widgets like the CTree.  Is there a signal I
 > should connect to, or do I have to do something at a lower level?

  Ok, I've figured out how to get an arbitrary button press; is there
a way to convert an (x,y) pair on a CTree to a node object?  (Or even
a row number?)  Looking through gtk.py doesn't make it look hopeful.
  What I want to do is to pop-up a menu on a button-3-press, but it
should be context-specific.
  Thanks!


  -Fred

--
Fred L. Drake, Jr. <[EMAIL PROTECTED]>
Corporation for National Research Initiatives
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to