,可以通过以下步骤实现:
tkinter
模块:import tkinter as tk
Tk
对象,并隐藏它的主窗口:root = tk.Tk()
root.withdraw()
Toplevel
窗口,并设置其大小为1x1像素:temp_window = tk.Toplevel()
temp_window.geometry('1x1')
base_width = temp_window.winfo_reqwidth()
base_height = temp_window.winfo_reqheight()
temp_window.destroy()
完整的代码示例:
import tkinter as tk
root = tk.Tk()
root.withdraw()
temp_window = tk.Toplevel()
temp_window.geometry('1x1')
base_width = temp_window.winfo_reqwidth()
base_height = temp_window.winfo_reqheight()
temp_window.destroy()
print("以tkinter为单位的Mac扩展底座大小为:{}x{}".format(base_width, base_height))
这样,你就可以获取以tkinter为单位的Mac扩展底座大小了。
关于tkinter的更多信息,你可以参考腾讯云的相关产品和文档:
领取专属 10元无门槛券
手把手带您无忧上云