gtk3-demo: Improve the overlay demo

Add some more information to the description.
This commit is contained in:
Matthias Clasen
2015-06-19 20:08:15 -04:00
parent afd75070a2
commit d6a52218d1

View File

@ -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>