仅接受单行的 PyGTK TextView

发布于 2024-10-14 06:53:46 字数 352 浏览 1 评论 0原文

我觉得问这个问题很傻,但是如何创建一个只接受单行的 TextView 呢?大多数其他 gui 工具包都有“setMultiline”等方法,但 PyGTK 似乎真的很喜欢多行。其他一些语言为这些更简单的文本框提供了“TextFields”。

http://www.pygtk.org/ docs/pygtk/class-gtktextview.html#method-gtktextview--set-justification

I feel rather silly to ask this, but how does one create a TextView that only accepts single lines? Most other gui toolkits have a method such as "setMultiline" etc, but PyGTK seems to really enjoy multiple lines. Some other languages have "TextFields" for these simpler text boxes.

http://www.pygtk.org/docs/pygtk/class-gtktextview.html#method-gtktextview--set-justification

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

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

发布评论

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

评论(2

醉生梦死 2024-10-21 06:53:46

哦,我找到了。我想这个名字很有意义......

http://www.pygtk.org/文档/pygtk/class-gtkentry.html

Oh I found it. I suppose the name makes sense...

http://www.pygtk.org/docs/pygtk/class-gtkentry.html

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