From: Cosimo Cecchi Date: Wed, 30 May 2012 17:11:11 +0000 (-0400) Subject: gtk-demo: unify Theming and CSS theming sections X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~24^2~19798 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=21342cbfde998dfb8bfb942a564a11b8a36e181b;p=gtk4.git gtk-demo: unify Theming and CSS theming sections --- diff --git a/demos/gtk-demo/theming_custom_css.c b/demos/gtk-demo/theming_custom_css.c index a1b9aeafa8..5b5871ac22 100644 --- a/demos/gtk-demo/theming_custom_css.c +++ b/demos/gtk-demo/theming_custom_css.c @@ -1,4 +1,4 @@ -/* Theming/Custom CSS :: fancy.css +/* CSS Theming/Custom CSS :: fancy.css * * GTK+ uses CSS for theming. If required, applications can * install their own custom CSS style provider to achieve diff --git a/demos/gtk-demo/theming_style_classes.c b/demos/gtk-demo/theming_style_classes.c index d089ece8b1..a70d73f97e 100644 --- a/demos/gtk-demo/theming_style_classes.c +++ b/demos/gtk-demo/theming_style_classes.c @@ -1,4 +1,4 @@ -/* Theming/Style Classes :: theming.ui +/* CSS Theming/Style Classes :: theming.ui * * GTK+ uses CSS for theming. Style classes can be associated * with widgets to inform the theme about intended rendering.