【问题标题】:Is there somehow i can rotate button in python tkinter?有什么办法我可以在 python tkinter 中旋转按钮?
【发布时间】:2021-10-06 04:51:12
【问题描述】:
Open_app = Button(window, bg = '#1E9099', text = "Open Google", fg = 'White'
,command = open_chrome,highlightthickness=0,bd=0, width = 10, height = 2)

Open_app2 = Button(window, bg = '#D53A33', text = "Open VScode", fg = 'White'
,command = open_code,highlightthickness=0,bd=0, width = 9, height = 6)

Open_app.configure(font = ('Valorant',8))
Open_app2.configure(font = ('Valorant',6))

我创建了 2 个按钮,我希望 Open_app2 按钮旋转

【问题讨论】:

  • 不,你不能。

标签: python tkinter tkinter-button


【解决方案1】:

不,您不能旋转按钮。 tkinter 无法旋转小部件。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2014-05-23
    • 2020-11-26
    • 2015-07-13
    • 2018-01-09
    • 2021-08-25
    • 1970-01-01
    • 2011-02-12
    • 2019-09-12
    相关资源
    最近更新 更多