projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afd7507
)
gtk3-demo: Improve the overlay demo
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 20 Jun 2015 00:08:15 +0000
(20:08 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 20 Jun 2015 00:09:55 +0000
(20:09 -0400)
Add some more information to the description.
demos/gtk-demo/overlay.c
patch
|
blob
|
history
diff --git
a/demos/gtk-demo/overlay.c
b/demos/gtk-demo/overlay.c
index c39189eced5aa240af9e834db9aa4138dcd56d59..f06da408e6b276589766324c91d5ed1aa85ac6bb 100644
(file)
--- a/
demos/gtk-demo/overlay.c
+++ b/
demos/gtk-demo/overlay.c
@@
-1,6
+1,10
@@
/* Overlay
*
- * Stack widgets in static positions over a main widget.
+ * Shows widgets in static positions over a main widget.
+ *
+ * The overlayed widgets can be interactive controls such
+ * as the entry in this example, or just decorative, like
+ * the big blue label.
*/
#include <gtk/gtk.h>