Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据本教程,您需要定义一个名为的 Tcl 过程::tk::mac::ShowPreferences,以使应用程序菜单上的首选项... 选项处于活动状态。是否有可能在 Python 中做到这一点?如果是这样,怎么做?
::tk::mac::ShowPreferences
似乎有可能,至少 IDLE 是这样做的。它的源代码包含以下行:
root.createcommand('::tk::mac::ShowPreferences', config_dialog)
如果你用谷歌搜索createcommand你会发现其他相关的 OSX 示例。
createcommand