ruby-****@sourc*****
ruby-****@sourc*****
2012年 9月 6日 (木) 10:02:36 JST
------------------------- REMOTE_ADDR = 70.49.49.99 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-txtw-itrsmrks ------------------------- @@ -3,7 +3,7 @@ == Text Iterators and Marks -When manipulating text within a Gtk::TextBuffer object, there are two different objects that can help you track the position within the buffer: Gtk::TextIter and Gtk::TextMark. Gtk classes provide methods to translate between these two objects. +When manipulating text within a Gtk::TextBuffer object, there are two different objects that can help you track the position within the buffer: Gtk::TextIter and Gtk::TextMark. Gtk classes provide methods to translate between these two objects, albeit, as you will learn, the conversion is not as straight forward in both directions, nevertheless, always possible. :Text Iterators