如何知道我在 openSuse 上的 gtk 版本?
How to know my gtk version on openSuse?
我想知道我的 openSUSE 上 运行 的 GTK 版本...
我听说我只需要使用控制台..但是我应该使用什么样的命令呢?请尽可能回答
提前致谢,
托马斯·西蒙斯
pkg-config --list-all | grep gtk
就我而言:
gtk+-x11-3.0 GTK+ - GTK+ Graphical UI Library
gtkhtml-editor-4.0 gtkhtml-editor - HTML editor widget
gtkspell3-3.0 gtkspell3 - On-the-fly spell checking for GtkTextView widgets.
libgtkhtml-4.0 libgtkhtml - libgtkhtml
javascriptcoregtk-3.0 JavaScriptCoreGTK+ - GTK+ version of the JavaScriptCore engine
libcanberra-gtk3 libcanberra-gtk3 - Gtk3 Event Sound API
gtkmm-3.0 gtkmm - C++ binding for the GTK+ toolkit
gtk+-unix-print-3.0 GTK+ - GTK+ Unix print support
gtk+-wayland-3.0 GTK+ - GTK+ Graphical UI Library
gtk+-3.0 GTK+ - GTK+ Graphical UI Library
webkitgtk-3.0 WebKit - Web content engine for GTK+
您还可以 include/link 使用 pkg-config gtk+-3.0 --cflags / --libs
将其添加到您的代码中
我想知道我的 openSUSE 上 运行 的 GTK 版本... 我听说我只需要使用控制台..但是我应该使用什么样的命令呢?请尽可能回答
提前致谢, 托马斯·西蒙斯
pkg-config --list-all | grep gtk
就我而言:
gtk+-x11-3.0 GTK+ - GTK+ Graphical UI Library
gtkhtml-editor-4.0 gtkhtml-editor - HTML editor widget
gtkspell3-3.0 gtkspell3 - On-the-fly spell checking for GtkTextView widgets.
libgtkhtml-4.0 libgtkhtml - libgtkhtml
javascriptcoregtk-3.0 JavaScriptCoreGTK+ - GTK+ version of the JavaScriptCore engine
libcanberra-gtk3 libcanberra-gtk3 - Gtk3 Event Sound API
gtkmm-3.0 gtkmm - C++ binding for the GTK+ toolkit
gtk+-unix-print-3.0 GTK+ - GTK+ Unix print support
gtk+-wayland-3.0 GTK+ - GTK+ Graphical UI Library
gtk+-3.0 GTK+ - GTK+ Graphical UI Library
webkitgtk-3.0 WebKit - Web content engine for GTK+
您还可以 include/link 使用 pkg-config gtk+-3.0 --cflags / --libs
将其添加到您的代码中