gtk-demo: Rename textview demos to "Text View"

Fits better with "Tree View".
This commit is contained in:
Matthias Clasen 2015-07-29 19:07:56 -04:00
parent 94120094ab
commit 1ce7c76cda
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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