如何在 Shoes 应用程序中启用文本选择、复制和粘贴?
有什么方法可以在 Shoes 应用程序中允许文本选择、复制和粘贴吗? 我正在制作一个小实用程序,如果它能够支持此功能,那就太好了。 我知道鞋子使用 Pango/Cairo 进行文本渲染,所以我想有一种方法可以打开它。 任何人? _为什么?
另外,_为什么,感谢您提供出色的工具包!
非常感谢,
鲍比
Is there any way to allow text selection, copying and pasting in a Shoes app? I'm making a little utility, and it would be great if it could support this functionality. I know shoes uses Pango/Cairo for text rendering, so I imagine there's a way to turn this on. Anyone? _why?
Also, _why, thanks for the great toolkit!
Much appreciated,
Bobby
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
文本选择、复制和粘贴可以在 edit_boxes 中进行,但无法选择文本块(例如 para)。 通读旧邮件列表的 gmane 存档,_为什么要将此保留下来警察之后的释放。 还提到 Pango 是原因文本无法选择para。
Text selection, copy and paste works in edit_boxes, but it is not possible to select text blocks (such as para). Reading through the gmane archive of the old mailing list, _why had this down for the release after Policeman. There are also mentions of Pango being the reason text selection of para was not possible.