如何使用 mono gtk 制作类似鹦鹉螺的侧边栏#

发布于 2024-09-27 01:21:04 字数 423 浏览 5 评论 0原文

我几周来一直在寻找一种方法来做到这一点:

屏幕截图http://img229。 imageshack.us/img229/2430/screenshoteor.png

我正在开发音乐播放器,并且想要这样的东西:

 Library           >
   Music          (6)
   Videos         (2)
 Playlists         >
   new playlist...

等等。我正在使用 mono 和 gtk#。我找不到教程或任何东西,如果有人可以帮助我找到一个或给我一个例子,那就太好了。谢谢!

I have been looking for weeks for a way to do this:

Screenshot http://img229.imageshack.us/img229/2430/screenshoteor.png

I am working on a music player, and would like something like this:

 Library           >
   Music          (6)
   Videos         (2)
 Playlists         >
   new playlist...

And so on. I am using mono and gtk#. I can't find a tutorial or anything, if someone could help me find one or give me an example that would be nice. Thanks!

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

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

发布评论

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

评论(2

如果没有 2024-10-04 01:21:04

您必须使用 gtk 树视图。
这是教程:http://www.mono-project.com/GtkSharp_TreeView_Tutorial

再见

You've to use the gtk treeview.
This is the tutorial: http://www.mono-project.com/GtkSharp_TreeView_Tutorial

Bye

风向决定发型 2024-10-04 01:21:04

既然您正在寻找示例,您可能想看看 Banshee (用 Gtk# 编写的音乐播放器)是如何做的事物。快速浏览一下,它看起来像 这是侧边栏,但不要引用我的内容。

Since you're looking for an example, you might want to look at how Banshee (a music player written with Gtk#) does things. From a quick glance, it looks like this is the sidebar, but don't quote me on that.

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