如何改变wxWidgets中StatusBar的字体颜色?
如果用户操作导致错误,我想在状态栏上以红色显示错误消息。我尝试将前景色设置为红色,但它仍然以默认的黑色字体显示消息。如何将状态栏上的字体颜色设置为红色?我在 red hat 5.5 上使用 wxWidgets 2.8
谢谢!
I want to display an error message in red on status bar if a user action results in error. I have tried setting the forground color to red but the it still displays the message in default black font. How do make the font color red on statusbar? I'm using wxWidgets 2.8 on red hat 5.5
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从wxWidget论坛找到答案:
Found out the answers from wxWidget forum: