Hi, I'm pretty new to Tk. In my Tk GUI application, I'd like to put some labels on a canvas, each label should be editable, and can be moved. But since it's on a canvas(with other graphics), I'd like the editable text to be displayed more like a label than a LabEntry box. To be more precise, I'd like to be able to:
What's the best approach to do that? is there some code sample somewhere? I looked at the widget demo, doesn't seem to have something similar. Thanks.