Python Forum
TKinter Widget Attribute and Method Quick Reference - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: TKinter Widget Attribute and Method Quick Reference (/thread-40927.html)



TKinter Widget Attribute and Method Quick Reference - zunebuggy - Oct-14-2023

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.


RE: TKinter Widget Attribute and Method Quick Reference - Gribouillis - Oct-15-2023

Interesting matrix. According to this well known documentation, it seems however that Menubutton has a 'font' option for example.


RE: TKinter Widget Attribute and Method Quick Reference - zunebuggy - Oct-15-2023

Thank you. I will make that change.


RE: TKinter Widget Attribute and Method Quick Reference - zunebuggy - Oct-15-2023

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.