GTK + same user interface theme for all platforms

I am starting to write an application that I want to be multi-platform, and I am stuck on the part of deciding which user interface I should use. What when my question comes from:

Is it possible to have a fixed GTK theme for an application instead of using an active system? I want my application to look the same on Windows, OS X, and Linux, instead of trying to look with the built-in controls.

+4
source share
1 answer

"instead of using an active system?" you understand: "active" → "native"

, Gtk + 3.0 GTK, css, - (, , QT , ).

:

https://blogs.gnome.org/mclasen/2014/06/13/a-new-default-theme-for-gtk/

https://developer.gnome.org/gtk3/stable/gtk-migrating-GtkStyleContext.html

0

Source: https://habr.com/ru/post/1651044/


All Articles