如何使用 Ruby 编写 GNOME 小程序
有没有关于使用 Ruby 编写 GNOME 小程序的好的指南或教程?
Is there a good guide or tutorial for writing GNOME applets with Ruby?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有关于使用 Ruby 编写 GNOME 小程序的好的指南或教程?
Is there a good guide or tutorial for writing GNOME applets with Ruby?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
如果您需要 ruby-gnome2 状态图标,此代码可能很有用: 示例代码。 以下是 Statusicon 的文档。 我不记得小程序和状态图标之间是什么关系,但我想说,小程序只是一个初始化状态图标类的配置文件。
This code might be useful if you need a ruby-gnome2 statusicon: sample code. Here's the documentation for Statusicon. I can't remember what the relationship is between an applet and a statusicon, but I want to say that an applet is just a configuration file that initializes a statusicon class.