From: Matthias Clasen Date: Thu, 17 Nov 2022 10:50:34 +0000 (-0500) Subject: gtk-demo: Add some keywords X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~9^2~95^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=af8ad1efe8e1155de1a4fd927da6b5195fb87c86;p=gtk4.git gtk-demo: Add some keywords Make sure that dnd and drag-and-drop yield the right (and the same) set of demos. --- diff --git a/demos/gtk-demo/clipboard.c b/demos/gtk-demo/clipboard.c index f397285fae..80825ce982 100644 --- a/demos/gtk-demo/clipboard.c +++ b/demos/gtk-demo/clipboard.c @@ -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. diff --git a/demos/gtk-demo/iconview_edit.c b/demos/gtk-demo/iconview_edit.c index 83dc2b02ea..609b9b003b 100644 --- a/demos/gtk-demo/iconview_edit.c +++ b/demos/gtk-demo/iconview_edit.c @@ -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 diff --git a/demos/gtk-demo/peg_solitaire.c b/demos/gtk-demo/peg_solitaire.c index 913e521ff5..12ed5a439d 100644 --- a/demos/gtk-demo/peg_solitaire.c +++ b/demos/gtk-demo/peg_solitaire.c @@ -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. *