关于 wx.Panel 中的单击事件?
我如何单击 wx.Panel 并改变其颜色? 活动名称是什么。
(我想做与 Firefox Extras 类似的事情)
提前致谢! :)
how can I click on a wx.Panel and that changes its color?
What is the name of the event.
(I want to do a similar thing as Firefox Extras)
Thanks in advance! :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
快速谷歌一下wxpython鼠标事件就会发现http://www.wxpython。 org/docs/api/wx.MouseEvent-class.html
所以使用这个,你可以做类似的事情:
A quick google for wxpython mouse events turns up http://www.wxpython.org/docs/api/wx.MouseEvent-class.html
So using this, you could do something like: