Re: [Tkinter-discuss] Standard colors

2014-02-17 Thread Cam Farnell
Hi Emiliano, Thanks for your reply. Yes they are documented, but per my post what I am looking for is a PROGRAMATIC way that my application can get the list of colors, sort of like how in Python you can use dir(__builtin__) to get a list of all the built-in functions. Cheers Cam Farnell On

[Tkinter-discuss] tkRAD - XML widget building for Tkinter

2014-02-17 Thread tarball69
Hello there, Would it be possible for me to aknowledge good people Tkinter has now a complete *XML widget building* library named *tkRAD*? Wiki URL: https://github.com/tarball69/tkRAD/wiki Project GitHub: https://github.com/tarball69/tkRAD Project downloads: https://github.com/tarball69/tkRAD/r

Re: [Tkinter-discuss] Standard colors

2014-02-17 Thread Emiliano Gavilan
El 17/02/2014 14:26, "Cam Farnell" escribió: > > Hi Emiliano, > > Thanks for your reply. Yes they are documented, but per my post what I am looking for is a PROGRAMATIC way that my application can get the list of colors, sort of like how in Python you can use dir(__builtin__) to get a list of all