summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-09-14 17:49:16 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-09-14 17:49:16 -0400
commit50400879e0268fd9910d3dac272a968073ab4362 (patch)
treed1dff5becc254c75a1a5f7cdba9079a111700ab7
parentb20e67dc83b841dbbcaf2ac886ebb6ea81a1ca1d (diff)
downloadgtk+-50400879e0268fd9910d3dac272a968073ab4362.tar.gz
gtk-demo: Add more detail to the dnd demo text
-rw-r--r--demos/gtk-demo/dnd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/gtk-demo/dnd.c b/demos/gtk-demo/dnd.c
index 83e6e92359..2cdca577d9 100644
--- a/demos/gtk-demo/dnd.c
+++ b/demos/gtk-demo/dnd.c
@@ -1,8 +1,12 @@
/* Drag-and-Drop
+ * #Keywords: dnd, menu, popover, gesture
*
* This demo shows dragging colors and widgets.
* The items in this demo can be moved, recolored
* and rotated.
+ *
+ * The demo also has an example for creating a
+ * menu-like popover without using a menu model.
*/
#include <gtk/gtk.h>