如何使Tkinter Entry小部件中的文本保持在小部件的右侧而不是左侧?

时间:2020-06-24 02:02:19

标签: python python-3.x tkinter

通常,在Tkinter Entry小部件中,输入的文本从左到右书写。如何使输入到小部件中的文本右对齐?

1 个答案:

答案 0 :(得分:2)

使用entry = Entry(root, justify = RIGHT)