summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/css_basics.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-09-13 14:59:33 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-09-13 15:00:14 -0400
commitd732c869c2fa5adbe8ac278bbf587cb6f65af878 (patch)
tree120aef21f49176b1c3c52e81566c6aed029a103c /demos/gtk-demo/css_basics.c
parent691261c71a7b61c1eaafbac18cf724ef91299c5d (diff)
downloadgtk+-d732c869c2fa5adbe8ac278bbf587cb6f65af878.tar.gz
gtk-demo: Add keywords to demos
Add the names of the main widgets as keywords to our demos, but also things like "game". This helps finding relevant demos in our growing list. You can now for example type "label", and find the "error states" and "links" demos showing GtkLabel features.
Diffstat (limited to 'demos/gtk-demo/css_basics.c')
-rw-r--r--demos/gtk-demo/css_basics.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/demos/gtk-demo/css_basics.c b/demos/gtk-demo/css_basics.c
index bb193d62ef..1c9f309800 100644
--- a/demos/gtk-demo/css_basics.c
+++ b/demos/gtk-demo/css_basics.c
@@ -1,8 +1,7 @@
/* Theming/CSS Basics
*
- * Gtk themes are written using CSS. Every widget is build of multiple items
+ * GTK themes are written using CSS. Every widget is build of multiple items
* that you can style very similarly to a regular website.
- *
*/
#include <gtk/gtk.h>