Python 2.6 字体/颜色更改 +错误窗口

发布于 2024-12-09 14:26:00 字数 421 浏览 0 评论 0原文

我只有两个希望很快的问题。 我正在使用 Python 2.6

  1. 我应该如何使用 tkfont 类更改字符串的字体和颜色?我似乎找到了大量关于 tkfont 类具有的不同功能的文档,例如我认为我应该使用 tkfont.config() 以及指定什么作为选项,但没有任何关于如何应用它的文档。 例如,如果我想让字符串“Hello world”的颜色=蓝色,家庭= Courier,大小= 15,我将如何使用 tkfont 做到这一点?

  2. 是否有一个通用的 python 错误窗口,可以用 Windows 错误声音等来调用。尽管我在上一个问题中询问了 tkfont,但我相当确定我不应该使用 tkinter 来完成这一部分并获得感觉有一些默认的 python 错误窗口可以调用。

抱歉问了这些很菜鸟的问题,我真的被困在这里了。

I just have two hopefully quick questions.
I'm using Python 2.6

  1. How should I go about changing the font and colour of a string with the tkfont class? I seem to find tonnes of documentation about the different functions the tkfont class has, e.g. I think I should be using the tkfont.config(), and what to specify as the options, but nothing on how to apply it.
    e.g. if I wanted to make the string, 'Hello world' be the colour = blue, family = Courier and size = 15, how would I do that with tkfont?

  2. Is there a generic python error window that can be called with a windows error sound, etc. Despite me asking for tkfont in the previous question, I'm fairly sure that I shouldn't do this part with tkinter and get the feeling that there's some default python error window that can be called.

Sorry for these pretty nooby questions, I'm really stuck here.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

肤浅与狂妄 2024-12-16 14:26:00

Tkinter 附带了许多标准对话框。 effbot 上的标准对话框页面是一个很好的参考。

当你澄清一点后,我会回答你关于颜色的问题。

Tkinter comes with many stantard dialogs. A good point of reference for these is the Standard Dialogs page on effbot.

I'll answer your question about colors when you clarify it a little.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文