summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-05-30 12:56:22 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-05-30 13:17:23 -0400
commit887d83b685ba7fb7057bf6caa1161799dc7c369d (patch)
tree6037ebc5af39a6b65e2f7a6902aa4359f1069a45 /demos
parent46f967dd7afa6c1c2b1174a562213d64d6b56c5d (diff)
downloadgtk+-887d83b685ba7fb7057bf6caa1161799dc7c369d.tar.gz
gtk-demo: display tabs for CSS files in theming demos
Diffstat (limited to 'demos')
-rw-r--r--demos/gtk-demo/css_accordion.c2
-rw-r--r--demos/gtk-demo/css_basics.c2
-rw-r--r--demos/gtk-demo/css_multiplebgs.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/demos/gtk-demo/css_accordion.c b/demos/gtk-demo/css_accordion.c
index c101061836..a9f0f8d0cc 100644
--- a/demos/gtk-demo/css_accordion.c
+++ b/demos/gtk-demo/css_accordion.c
@@ -1,4 +1,4 @@
-/* CSS Theming/CSS Accordion
+/* CSS Theming/CSS Accordion :: css_accordion.css
*
* A simple accordion demo written using CSS transitions and multiple backgrounds
*
diff --git a/demos/gtk-demo/css_basics.c b/demos/gtk-demo/css_basics.c
index 3eb5e3bb6a..b8ee6684f8 100644
--- a/demos/gtk-demo/css_basics.c
+++ b/demos/gtk-demo/css_basics.c
@@ -1,4 +1,4 @@
-/* CSS Theming/CSS Basics
+/* CSS Theming/CSS Basics :: css_basics.css
*
* Gtk themes are written using CSS. Every widget is build of multiple items
* that you can style very similarly to a regular website.
diff --git a/demos/gtk-demo/css_multiplebgs.c b/demos/gtk-demo/css_multiplebgs.c
index 776480a65d..86f92380a7 100644
--- a/demos/gtk-demo/css_multiplebgs.c
+++ b/demos/gtk-demo/css_multiplebgs.c
@@ -1,4 +1,4 @@
-/* CSS Theming/Multiple Backgrounds
+/* CSS Theming/Multiple Backgrounds :: css_multiplebgs.css cssview.css
*
* Gtk themes are written using CSS. Every widget is build of multiple items
* that you can style very similarly to a regular website.