如何在wxpython中制作画布(矩形)?
我正在尝试制作一个 Windows 画布类型矩形,如果您在理解我的意思时遇到问题,这里是一个图像,
有没有办法在 wxpython 中做到这一点? (另外,有没有办法将其设置为自动调整到窗口宽度-20px?,这样窗口周围的半径,并将调整到用户窗口的大小。
I am trying to make a windows canvas type rectangle, here is an image if you are having issues understanding what i mean,
Is there any way todo this in wxpython? ( also, is there a way to set it to automatically adjust to the window width -20px?, so a radius around the window, and will adjust to the users window size.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
编辑:我在 wxPython IRC 频道上询问,一位名为“r4z”的人对我的代码进行了以下编辑,该代码在 Windows 7 上适用于我。
或者,您可以查看 wx.StaticBox 小部件。
编辑#2:您也可以像这样设置框架的样式并跳过整个 OnSize 业务:
EDIT: I asked on the wxPython IRC channel and a fellow named "r4z" came up with the following edit to my code which worked for me on Windows 7.
Alternately, you might look at the wx.StaticBox widget.
EDIT #2: You could also just set the frame's style like this and skip the whole OnSize business: