gtk-demo: Add some keywords
authorMatthias Clasen <mclasen@redhat.com>
Thu, 17 Nov 2022 10:50:34 +0000 (05:50 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 17 Nov 2022 10:50:34 +0000 (05:50 -0500)
Make sure that dnd and drag-and-drop yield the right
(and the same) set of demos.

demos/gtk-demo/clipboard.c
demos/gtk-demo/iconview_edit.c
demos/gtk-demo/peg_solitaire.c

index f397285fae08eb316d49972cba46a3b5b4a716cb..80825ce982708454ea03913bd6c6dc0ab4fcb532 100644 (file)
@@ -1,4 +1,5 @@
 /* Clipboard
+ * #Keywords: drag-and-drop, dnd
  *
  * GdkClipboard is used for clipboard handling. This demo shows how to
  * copy and paste text, images, colors or files to and from the clipboard.
index 83dc2b02ea693c9b6db17b219efcba6291a90b23..609b9b003b4a8785a94e058b6ce33687891a67a4 100644 (file)
@@ -1,4 +1,5 @@
 /* Icon View/Editing and Drag-and-Drop
+ * #Keywords: dnd
  *
  * The GtkIconView widget supports Editing and Drag-and-Drop.
  * This example also demonstrates using the generic GtkCellLayout
index 913e521ff5fcebc40d5b761ee3920e6fb2c3c4df..12ed5a439d86b7e44c2604a292744f994510bbda 100644 (file)
@@ -1,5 +1,5 @@
 /* Peg Solitaire
- * #Keywords: GtkGridView, game
+ * #Keywords: GtkGridView, game, drag-and-drop, dnd
  *
  * This demo demonstrates how to use drag-and-drop to implement peg solitaire.
  *