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

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2012年 9月 15日 (土) 08:47:59 JST


-------------------------
REMOTE_ADDR = 184.145.80.187
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-txtw-itrsmrks
-------------------------
@@ -37,7 +37,7 @@
 
 Text marks (Gtk::TextMark) act as if they were invisible cursors within the text, changing position depending on how the text is edited. For instance, if the text is added before the mark, it (the mark) will move to the right so that it remains at the same textual position.
 
-By default, text marks have((*gravity*))set to the right, hence a text mark will move to the right as new text is added. If text is removed the mark will move between the two pieces of text on either side of the removed text. Then if the text is inserted at that position, because of its right gravity setting, the mark will remain on the right side of the inserted text. You can see that the text mark behaves just like a cursor in most text editors.
+By default, text marks have((*gravity*))set to the right, hence a text mark will move to the right as new text is added at the mark. If text is removed the mark will move between the two pieces of text on either side of the removed text. Then if the text is inserted at that position, because of its right gravity setting, the mark will remain on the right side of the inserted text. You can see that the text mark behaves just like a cursor in most text editors.
 
 :Text Mark Visibility:
     By default, text marks are invisible within the text, however, you can make them visible by setting Gtk::TextMark#visible=(boolean) to true.




ruby-gnome2-cvs メーリングリストの案内
Back to archive index