Python Forum

Full Version: TKinter Widget Attribute and Method Quick Reference
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I made this from compiled data from 3 different Python sites. I find these just as useful as tutorial sites. I thought I'd share. I hope someone else just starting out finds it useful. If you see any mistakes or know of anything I forgot, please let me know and I can update it. See attachment.

Thank you.
Interesting matrix. According to this well known documentation, it seems however that Menubutton has a 'font' option for example.
Thank you. I will make that change.
I updated the file and included some more attributes I found.

I do have a question. I found info on attributes class and class_ and from and from_ .

Are class and class_ the same and from and from_ the same?

Thank you.