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

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2012年 9月 7日 (金) 04:07:29 JST


-------------------------
REMOTE_ADDR = 70.49.49.99
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-txtw-itrsmrks
-------------------------
@@ -181,8 +181,8 @@
 
 === Changing Text Buffer Contents
 
+So far we have been using the text buffer without mentioning the obvious changes that occur when a user is using the keyboard. Every character user types triggers the ((*insert-text*)) signal to be emitted. We also did not mention the changes a user can do using options from the context menu. Though all these things modify a text buffer we do not want to overwhelm you with unnecessary details and mostly ignore them, since at the end they all utilize the same text buffer editing philosophy. Up to now we have been dealing with the contents of an entire text buffer. In fact the first thing you learned was how to reset the buffer to a new value with:
 
-So far we have been dealing with the contents of an entire text buffer. In fact the first thing you learned was how to reset the buffer to a new value with
 
  Gtk::TextBuffer#.text = "Some text" 
 




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