ruby-****@sourc*****
ruby-****@sourc*****
2009年 2月 4日 (水) 01:18:25 JST
------------------------- REMOTE_ADDR = 74.15.84.244 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-txtw-textview ------------------------- @@ -1,8 +1,6 @@ = The Text View Widget {{link "tut-gtk2-txtw-scrolledwin", "tut-gtk2-txtw", "tut-gtk", "tut-gtk2-txtw-itrsmrks"}} -= Sorry still under construction - == Text Views {{image_right("txtw-textview-01.png")}} @@ -12,11 +10,5 @@ At the first glance you may think that this widget may only be used to display simple text, however that is not the case. It can also be used to display many types of rich text, and interactive documents used by a variety of different applications. This is what we will learn here in the following few articles. Let us start with a simple example of Gtk::TextView widget inside a Gtk::ScrolledWindow widget: - - - -{{br}} #!/usr/bin/env ruby require 'gtk2'