Terry J. Reedy <tjre...@udel.edu> added the comment:

As I mentioned elsewhere, I can a) imagine using this with dialogs to pop up 
hints about the particular entry widget, and b) would like the popups to 
respond keyboard (Tab) focus changes as well as mouse movement focus changes.  
Looking at the config dialog, keyboard focus and mouse focus seems to be 
independent and parallel systems, so I don't know how easy it would be to 
respond to both.  In general, keyboard focus is indicated by a black dotted 
line ring, while mouse focus (activation) is indicated by a color change (blue 
on Windows), though for entry widgets, key focus in indicated by blue 
background while mouse focus is indicated by a cursor change.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33839>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to