ruby-****@sourc*****
ruby-****@sourc*****
2012年 10月 6日 (土) 09:54:20 JST
------------------------- REMOTE_ADDR = 184.145.80.187 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-treev-crs ------------------------- @@ -3,7 +3,7 @@ == Cell Renderers: -With the exception of the Gtk::CellRenderer class in the segment [8.1.2] entitled ((<Gtk TreeViewColumn and Gtk CellRenderer|tut-gtk2-treev-parts#Gtk::TreeViewColumn and Gtk::CellRenderer>)), where we extensively talked about renderers in general, and the Gtk::CellRendererPixbuf class in the segment [8.2.4] under the title ((<Multi-item Super Columns|tut-gtk2-treev-trees#Multi-item Super Columns>)) you have, up to this point, learned only about one type of cell renderer, namely, Gtk::CellRendererText. This renderer allows you to display strings, numbers and Boolean values as text. You are able to customize how the text is displayed with cell renderer attributes and cell data functions and allow it to be edited by the user. +With the exception of the Gtk::CellRenderer class in the segment [8.1.2] entitled '((<Gtk TreeViewColumn and Gtk CellRenderer|tut-gtk2-treev-parts#Gtk::TreeViewColumn and Gtk::CellRenderer>))', where we extensively talked about renderers in general, and the Gtk::CellRendererPixbuf class in the segment [8.2.4] under the title '((<Multi-item Super Columns|tut-gtk2-treev-trees#Multi-item Super Columns>))' you have, up to this point, learned only about one type of cell renderer, namely, Gtk::CellRendererText. This renderer allows you to display strings, numbers and Boolean values as text. You are able to customize how the text is displayed with cell renderer attributes and cell data functions and allow it to be edited by the user. GTK+ provides a large number of cell renderers that can display other types of widgets beside text. Following is the list are of all of the cell renderers, about two the Gtk::CellRenderer and Gtk::CellRendererText you have already learnt, but the rest of which will all be covered in the reminder of this chapter.