Rhythmbox 如何向侧窗格添加条目?

发布于 2024-12-28 02:10:41 字数 265 浏览 2 评论 0原文

我正在尝试编写一个 Rhythmbox 插件,并且需要在左侧面板中添加另一个条目,以允许用户切换到我的插件提供的新“页面”。不幸的是,我能找到的关于编写 RB 插件的唯一资源是 this,但我无法弄清楚就这样。

不是经验丰富的 GTK 开发人员,但我了解基础知识。

有人知道该怎么做吗?

I'm trying to write a Rhythmbox plugin and would need to add another entry in the left panel that allows the user to switch to a new "page" provided by my plugin. Unhappily the only ressource I could find about writing RB plugins is this and I am unable to figure it out just with that.

I am not an experienced GTK developer, but I know the basics.

Does anybody know how to do this?

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

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

发布评论

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

评论(2

握住我的手 2025-01-04 02:10:41

我假设您想向 Rhythmbox 中的源面板添加一个新项目。

您需要子类化RB.Source并使用gobject.type_register(ClassName)将其注册到gobject。

这是一个 示例使用新的gi.repository并且有很多不要

I assume you want to add a new item to the source panel in Rhythmbox.

You need to subclass RB.Source and register it with gobject using gobject.type_register(ClassName).

Here is an example which uses the new gi.repository and there are plenty that don't.

难忘№最初的完美 2025-01-04 02:10:41

请阅读您提到的链接中的“在工具栏和菜单以外的位置添加 UI” 部分。

Read section "Adding UI somewhere other than toolbars and menus" in that link you mentioned.

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