gtk-demo: Add some keywords

Make sure that dnd and drag-and-drop yield the right
(and the same) set of demos.
This commit is contained in:
Matthias Clasen 2022-11-17 05:50:34 -05:00
parent 793954055e
commit af8ad1efe8
3 changed files with 3 additions and 1 deletions

View 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.

View 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

View 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.
*