Is there a way to group elements in tkinter under single ID?
For example, if I want an ‘S’ with a line striking through it. Is there a way to store both the line and the character under the same id?
Alternatively, is there a way to create a costume (simple) shapes for tkinter?
Edit:
I wish to do this on a canvas widget
Tkinter
Canvasobjects do allow you to create "simple" objects (anything you can draw using canvas items. Then you can group your objects together using tags.