ruby-****@sourc*****
ruby-****@sourc*****
2012年 8月 16日 (木) 03:21:05 JST
------------------------- REMOTE_ADDR = 70.49.49.99 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-treev-parts ------------------------- @@ -110,7 +110,7 @@ Gtk::ListStore is used to create lists of data that have no hierarchical relationships among rows. Following is an example "Grocery List" application, which contains three columns, all of which are built using Gtk::CellRendererText. The first column is a Boolean value displayed as true or false, that define whether or not the product should be purchased. (Later we will learn how to use Gtk::CellRendererToggle in the place of spelling out true or false. The second column is an integer, representing the quantity to purchase and the third is a text string describing the product. -As promised, in this program we implement the easiest of column/cell style and background rendering. Pay attention to how the colour of entire column is set to be red. +As promised, in this program we implement the easiest of column/cell style and colour rendering. Pay attention to how the colour of entire column is set to be red. {{br}}