Python Tkinter: Adding widgets to file dialogs

前端 未结 2 1604
日久生厌
日久生厌 2020-12-21 06:26

I am using Tkinter with Python 2.6 and 2.7 for programming graphic user interfaces.

These User Interfaces contain dialogs for

2条回答
  •  一向
    一向 (楼主)
    2020-12-21 07:08

    I had to get rid of the canvasx/y statements. That line now simply reads set item [$data(canvas) find closest $x $y], which works well. $data(canvas) canvasx $x for its own works well but not in connection with find closest, neither if it is written in two lines.

提交回复
热议问题