From: Matthias Clasen Date: Sat, 20 Jun 2015 00:08:15 +0000 (-0400) Subject: gtk3-demo: Improve the overlay demo X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~24^2~9327 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d6a52218d185cae483db11d7f9b46804034b4241;p=gtk4.git gtk3-demo: Improve the overlay demo Add some more information to the description. --- diff --git a/demos/gtk-demo/overlay.c b/demos/gtk-demo/overlay.c index c39189eced..f06da408e6 100644 --- 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