[gtk+] gtk-demo: Rename textview demos to "Text View"
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] gtk-demo: Rename textview demos to "Text View"
- Date: Thu, 30 Jul 2015 01:43:53 +0000 (UTC)
commit 1ce7c76cdadbe3809d5c83a5f9eee5b693aa7ca6
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Jul 29 19:07:56 2015 -0400
gtk-demo: Rename textview demos to "Text View"
Fits better with "Tree View".
demos/gtk-demo/hypertext.c | 2 +-
demos/gtk-demo/markup.c | 2 +-
demos/gtk-demo/textscroll.c | 2 +-
demos/gtk-demo/textview.c | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/demos/gtk-demo/hypertext.c b/demos/gtk-demo/hypertext.c
index af4e417..60d6711 100644
--- a/demos/gtk-demo/hypertext.c
+++ b/demos/gtk-demo/hypertext.c
@@ -1,4 +1,4 @@
-/* Text Widget/Hypertext
+/* Text View/Hypertext
*
* Usually, tags modify the appearance of text in the view, e.g. making it
* bold or colored or underlined. But tags are not restricted to appearance.
diff --git a/demos/gtk-demo/markup.c b/demos/gtk-demo/markup.c
index 2934a52..08b0689 100644
--- a/demos/gtk-demo/markup.c
+++ b/demos/gtk-demo/markup.c
@@ -1,4 +1,4 @@
-/* Text Widget/Markup
+/* Text View/Markup
*
* GtkTextBuffer lets you define your own tags that can influence
* text formatting in a variety of ways. In this example, we show
diff --git a/demos/gtk-demo/textscroll.c b/demos/gtk-demo/textscroll.c
index 0008838..3c14605 100644
--- a/demos/gtk-demo/textscroll.c
+++ b/demos/gtk-demo/textscroll.c
@@ -1,4 +1,4 @@
-/* Text Widget/Automatic Scrolling
+/* Text View/Automatic Scrolling
*
* This example demonstrates how to use the gravity of
* GtkTextMarks to keep a text view scrolled to the bottom
diff --git a/demos/gtk-demo/textview.c b/demos/gtk-demo/textview.c
index f1fc6bb..13ea318 100644
--- a/demos/gtk-demo/textview.c
+++ b/demos/gtk-demo/textview.c
@@ -1,4 +1,4 @@
-/* Text Widget/Multiple Views
+/* Text View/Multiple Views
*
* The GtkTextView widget displays a GtkTextBuffer. One GtkTextBuffer
* can be displayed by multiple GtkTextViews. This demo has two views
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]