使用 wxPython 操作本机 Windows Boarders

发布于 2024-10-17 08:28:48 字数 149 浏览 2 评论 0原文

在 Windows 中,本机边框的左上角有一个图标和标题。我想知道是否可以使用 wxPython 删除图标和标题,但保留任务栏中显示的图标和标题。

在此处输入图像描述

In windows there is an icon and title in the upper left hand corner of the native boarder. I was wondering if it was possible to remove the icon and title, yet keep the icon and title that is displayed in the task bar using wxPython.

enter image description here

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

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

发布评论

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

评论(1

腹黑女流氓 2024-10-24 08:28:48

我认为这是不可能的,因为 wxPython 正在包装本机小部件。您也许可以使用自定义 wx.Dialog 通过弄乱您传递给它的样式标志来模拟您想要的内容。

I don't think that's possible because wxPython is wrapping the native widget. You might be able to simulate it what you want using a custom wx.Dialog by messing with the style flags you pass it.

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