diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-09-13 14:59:33 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-09-13 15:00:14 -0400 |
commit | d732c869c2fa5adbe8ac278bbf587cb6f65af878 (patch) | |
tree | 120aef21f49176b1c3c52e81566c6aed029a103c /demos/gtk-demo/combobox.c | |
parent | 691261c71a7b61c1eaafbac18cf724ef91299c5d (diff) | |
download | gtk+-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/combobox.c')
-rw-r--r-- | demos/gtk-demo/combobox.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/gtk-demo/combobox.c b/demos/gtk-demo/combobox.c index 0686eaf59b..d7a7320eb0 100644 --- a/demos/gtk-demo/combobox.c +++ b/demos/gtk-demo/combobox.c @@ -1,4 +1,5 @@ /* Combo Boxes + * #Keywords: GtkCellRenderer * * The GtkComboBox widget allows to select one option out of a list. * The GtkComboBoxEntry additionally allows the user to enter a value |