[ruby-gnome2-doc-cvs] [Ruby-GNOME2 Project Website] update - tut-gtk2-txtw

Zurück zum Archiv-Index

ruby-****@sourc***** ruby-****@sourc*****
2009年 2月 4日 (水) 03:13:25 JST


-------------------------
REMOTE_ADDR = 74.15.84.244
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-txtw
-------------------------
@@ -7,10 +7,10 @@
 
   * ((<The Text View Widget|tut-gtk2-txtw>)) (this page)
     * 1 ((<Scrolled Windows|tut-gtk2-txtw-scrolledwin>))
-    * 2 ((<Text Views|tut-gtk2-txtw-textview>))
-      * 2.1 ((<Text Buffers|tut-gtk2-txtw-textview#>))
-      * 2.2 ((<Text View Properties|tut-gtk2-txtw-textview#>))
-      * 2.3 ((<Pango Tab Arrays|tut-gtk2-txtw-textview#>))
+    * 2 ((<|tut-gtk2-txtw-textview>))
+      * 2.1 ((<Text Buffers|tut-gtk2-txtw-textview#Text Buffers>))
+      * 2.2 ((<Text View Properties|tut-gtk2-txtw-textview#Text View Properties>))
+      * 2.3 ((<Pango Tab Arrays|tut-gtk2-txtw-textview#Pango Tab Arrays>))
     * 3 ((<Text Iterators and Marks|tut-gtk2-txtw-itrsmrks>))
       * 3.1 ((<Editing the Text Buffer|tut-gtk2-txtw-itrsmrks#>))
       * 3.2 ((<Retrieving Text Iterators and Marks|tut-gtk2-txtw-itrsmrks#>))
@@ -23,5 +23,6 @@
     * 6 ((<Inserting Child Widgets|tut-gtk2-textview-icw>))
     * 7 ((<GtkSourceView|tut-gtk2-textview-gsw>))
     * 8 ((<Test Your Understanding|tut-gtk2-textview-tyu>))
+
 
 In this chapter we will learn how to use the Gtk::TextView widget. This widget is similar to the Gtk::Entry widget, except it is capable of holding text that spans multiple lines. Scrolled windows will be used to allow the text to exist beyond the boundaries of the screen. But before we dive into the main subject of this chapter we have to introduce a few of new widgets. The first two will be scrolled windows and view ports. Scrolled windows are composed of two scrollbars that are used to scroll the child widget. There are a few widgets that support scrolling, for example Gtk::Layout, Gtk::TreeView and Gtk::TextView. For all other widgets that you want to scroll, you will need to add them first to a Gtk::Viewport object, which then provides scrolling behaviour to its child.




ruby-gnome2-cvs メーリングリストの案内
Zurück zum Archiv-Index