Re: [Tkinter-discuss] Hint text

2011-12-29 Thread Cameron Laird
On Thu, Dec 29, 2011 at 06:40:34AM -0500, pyt...@bdurham.com wrote: . . . > There are many modules that add tooltip functionality to Tkinter; google > tooltip tkinter for a list. > > One of my favorite tooltip modules is: > ht

Re: [Tkinter-discuss] Hint text

2011-12-29 Thread python
Hi Charles, There are many modules that add tooltip functionality to Tkinter; google tooltip tkinter for a list. One of my favorite tooltip modules is: http://code.activestate.com/recipes/576688-tooltip-for-tkinter/ If you research this topic in more depth, let us know what module you end up usi

Re: [Tkinter-discuss] Hint text

2011-12-29 Thread Michael Lange
Hi Charles, Thus spoketh Charles Hixson unto us on Wed, 28 Dec 2011 21:11:20 -0800: > Is there any way to show hints on mouseovers that doesn't require > writing a separate function for each, e.g., Radiobutton? > > The only thing I've seen documentation say changes on mouseovers is the > sta