1

Plain and simple:

Is it possible to style GTK3 (2 and/or< 3)applications using CSS3?

1

2 Answers 2

2

Have a look at the bottom of GtkCssProvider doc

It shows exactly what is supported (in Gtk3), everything else is not. i.e. transition,boxed-shadow and a lot more are.

Sign up to request clarification or add additional context in comments.

3 Comments

Actually if you read through the source code there are some properties supported that are not mentioned in the documentation...
Time to file a patch for that page?
It's in my open source to-do queue. :-P
1

GTK 2 and GTK 3 have completely different theming implementations. GTK 2 uses theming engines and gtkrc files. GTK 3 uses CSS for theming, and (at least partially) supports CSS 3.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.