XFCE 插件支持哪些编程语言?
What programming languages are supported by XFCE plugins?
XFCE 插件支持哪些编程语言? \
Xfce is based on the GTK+ toolkit.
接下来你可以搜索这个:
Together with GtkSocket, GtkPlug provides the ability to embed widgets from one process into another process in a fashion that is transparent to the user.
编辑:稍微清理了一下答案并链接到完整的 GTK+ 语言绑定支持(再次)。
GTK 语言绑定支持:
如前所述,Xfce 是 GTK+ 并使用该工具包。
https://www.gtk.org/language-bindings.php
面板插件:
创建面板插件:
支持 Python 以及 GTK+ 使用的内容。 Whisker(面板插件)使用 Python,我相信 Orage 也是如此。
XFCE 插件支持哪些编程语言? \
Xfce is based on the GTK+ toolkit.
接下来你可以搜索这个:
Together with GtkSocket, GtkPlug provides the ability to embed widgets from one process into another process in a fashion that is transparent to the user.
编辑:稍微清理了一下答案并链接到完整的 GTK+ 语言绑定支持(再次)。
GTK 语言绑定支持:
如前所述,Xfce 是 GTK+ 并使用该工具包。
https://www.gtk.org/language-bindings.php
面板插件:
创建面板插件:
支持Python 以及 GTK+ 使用的内容。 Whisker(面板插件)使用 Python,我相信 Orage 也是如此。