wxpython RichtextCtrl 事件绑定在按钮/图像上

发布于 2024-10-16 20:10:19 字数 102 浏览 4 评论 0原文

只是想知道是否有任何规定/方法可以绑定图像/(或包括按钮)的点击以导致某些事件。还有什么方法可以在 wxPython 的 RichTextCtrl 中绘制 StaticLine 之类的东西。

Just wondering whether there is any provision/method to bind clicks on images/(or include a button) to result into some events. Also is there any kind of way to draw a StaticLine kind of thing in a RichTextCtrl in wxPython.

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

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

发布评论

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

评论(1

十级心震 2024-10-23 20:10:19

如果您愿意,可以绑定到按钮,也可以使用位图按钮,或者将鼠标事件绑定到静态位图。 wxPython 演示包含所有这些方法的示例。

关于“StaticLine 之类的事情”,您是否尝试根据需要调整 richtextctrl 的大小?您可能想看看 ExpandoTextCtrl,演示中也对此进行了演示。如果没有,我需要一些比“有点东西”更多的细节..;)

You can bind to a button if you like, you could use a bitmapbutton instead, or bind mouse events to your static bitmap. The wxPython demo has examples for all of these methods.

With regards to the "StaticLine kinda thing", are you trying to resize the richtextctrl on demand? You might want to look at the ExpandoTextCtrl instead, which is also demonstrated in the demo. If not, I would need some more detail than "kinda thing".. ;)

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