wxPython 的 SuggestBox?

发布于 2024-07-12 11:20:16 字数 273 浏览 8 评论 0原文

是否有像 SuggestBox 这样的 wxPython 小部件谷歌网络工具包? 它基本上是一个神奇的文本框,可以调用一些代码来提出与用户迄今为止输入的内容相关的建议。 就像Google网页上的搜索框一样。

如果这样的小部件还没有出现,我希望能提供一个关于如何使用现有小部件实现它的草图。

Is there a widget for wxPython like the SuggestBox in Google Web Toolkit? It is basically a magic text box that can invoke some code to come up with suggestions relevant to whatever the user has entered so far. Like the search box on Google's web page.

If such a widget isn't already floating out there, I'd appreciate a sketch of how I might implement it with the existing widgets.

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

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

发布评论

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

评论(2

最后的乘客 2024-07-19 11:20:16

您可能需要查看建议选项的组合框

我希望这就是你的想法。

You might want to look at Combo Box that Suggests Options.

I hope this is what you were thinking of.

滥情哥ㄟ 2024-07-19 11:20:16

几年前,我通过子类化 TextCtrl 制作了一个这样的控件。 它支持 HTML 格式的建议。 给你。

Few years ago I made a control like this by subclassing TextCtrl. It supports HTML formating for suggestions. Here you go.

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