如何使用 Ruby/Glade/GtK 将 GtkMozEmbed 浏览器添加到选项卡中?

发布于 2024-07-30 02:19:23 字数 159 浏览 6 评论 0原文

我正在尝试使用 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 技术交流群。

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

发布评论

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

评论(2

巴黎盛开的樱花 2024-08-06 02:19:23

我最终所做的是将一个窗口元素插入到选项卡中,并在与空地文件关联的 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.

鸢与 2024-08-06 02:19:23

要添加带有任何小部件的新选项卡,请使用

To add a new tab with any widget use this.

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