如何使用 Ruby/Glade/GtK 将 GtkMozEmbed 浏览器添加到选项卡中?
我正在尝试使用 GtkMozEmbed 将浏览器添加到我正在使用 Glade 设计的 gui 中。 我希望浏览器占据笔记本小部件中的一个选项卡,但我不知道如何实际执行此操作。 我想知道使用什么容器来放置浏览器,以及相关的 ruby 代码来实际将浏览器嵌入到该容器中。 任何帮助将不胜感激,谢谢!
I am trying to add a browser using GtkMozEmbed into a gui I am designing using Glade. I want the browser to take up a tab in a notebook widget, but I cannot figure out how to actually do this. I am wondering what container to use to put the browser in, and the associated ruby code to actually embed the browser in this container. Any help would be appreciated thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我最终所做的是将一个窗口元素插入到选项卡中,并在与空地文件关联的 ruby 代码中配置 GTKMozEmbed 。 我认为不可能使用 Glade GUI 来设置它,所以你必须深入研究代码。
What I ended up doing eventually was to insert a window element into the tab, and in the ruby code associated with the glade file configure the GTKMozEmbed there. I do not think it is possible to get it setup using the Glade GUI, so you will have to get down into the code for this.
要添加带有任何小部件的新选项卡,请使用此。
To add a new tab with any widget use this.