[gtk+] gtk3-demo: Group pango demos together



commit 109572286c138c11850cefb823e839c6f29d37b8
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jun 28 22:46:53 2015 -0700

    gtk3-demo: Group pango demos together

 demos/gtk-demo/font_features.c |    2 +-
 demos/gtk-demo/rotated_text.c  |    2 +-
 demos/gtk-demo/textmask.c      |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/demos/gtk-demo/font_features.c b/demos/gtk-demo/font_features.c
index ac1492e..4d953f0 100644
--- a/demos/gtk-demo/font_features.c
+++ b/demos/gtk-demo/font_features.c
@@ -1,4 +1,4 @@
-/* Font Features
+/* Pango/Font Features
  *
  * This demonstrates support for OpenType font features with
  * Pango attributes. The attributes can be used manually or
diff --git a/demos/gtk-demo/rotated_text.c b/demos/gtk-demo/rotated_text.c
index 6afe6ca..b754535 100644
--- a/demos/gtk-demo/rotated_text.c
+++ b/demos/gtk-demo/rotated_text.c
@@ -1,4 +1,4 @@
-/* Rotated Text
+/* Pango/Rotated Text
  *
  * This demo shows how to use PangoCairo to draw rotated and transformed
  * text.  The right pane shows a rotated GtkLabel widget.
diff --git a/demos/gtk-demo/textmask.c b/demos/gtk-demo/textmask.c
index 0971d35..d9e57e6 100644
--- a/demos/gtk-demo/textmask.c
+++ b/demos/gtk-demo/textmask.c
@@ -1,4 +1,4 @@
-/* Text Mask
+/* Pango/Text Mask
  *
  * This demo shows how to use PangoCairo to draw text with more than
  * just a single color.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]