forked from AuroraMiddleware/gtk
gtk-demo: Rename textview demos to "Text View"
Fits better with "Tree View".
This commit is contained in:
parent
94120094ab
commit
1ce7c76cda
@ -1,4 +1,4 @@
|
|||||||
/* Text Widget/Hypertext
|
/* Text View/Hypertext
|
||||||
*
|
*
|
||||||
* Usually, tags modify the appearance of text in the view, e.g. making it
|
* 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.
|
* bold or colored or underlined. But tags are not restricted to appearance.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Text Widget/Markup
|
/* Text View/Markup
|
||||||
*
|
*
|
||||||
* GtkTextBuffer lets you define your own tags that can influence
|
* GtkTextBuffer lets you define your own tags that can influence
|
||||||
* text formatting in a variety of ways. In this example, we show
|
* text formatting in a variety of ways. In this example, we show
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Text Widget/Automatic Scrolling
|
/* Text View/Automatic Scrolling
|
||||||
*
|
*
|
||||||
* This example demonstrates how to use the gravity of
|
* This example demonstrates how to use the gravity of
|
||||||
* GtkTextMarks to keep a text view scrolled to the bottom
|
* GtkTextMarks to keep a text view scrolled to the bottom
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Text Widget/Multiple Views
|
/* Text View/Multiple Views
|
||||||
*
|
*
|
||||||
* The GtkTextView widget displays a GtkTextBuffer. One GtkTextBuffer
|
* The GtkTextView widget displays a GtkTextBuffer. One GtkTextBuffer
|
||||||
* can be displayed by multiple GtkTextViews. This demo has two views
|
* can be displayed by multiple GtkTextViews. This demo has two views
|
||||||
|
Loading…
Reference in New Issue
Block a user