ruby-****@sourc*****
ruby-****@sourc*****
2012年 9月 20日 (木) 04:14:19 JST
------------------------- REMOTE_ADDR = 184.145.80.187 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-treev-parts ------------------------- @@ -247,7 +247,7 @@ ==== Cell Renderers: -All cell renderers are derived from the Gtk::CellRenderer class. Each cell renderer contains a number of properties that determine how data will be drawn within a cell. The Gtk::CellRenderer class provides common properties to all derived renderer classes including: background colour, size parameters, alignment, mode, visibility, sensitivity, padding, etc. You should check the API documentation for full list. It also provides ((*editing_canceled*)) and ((*editing-started*)) signals, the former emitted when the user cancels the process of editing a cell, and the latter emitted when a cell is started to be edited. +All cell renderers are derived from the Gtk::CellRenderer class. Each cell renderer contains a number of properties that determine how data will be drawn within a cell. The Gtk::CellRenderer class provides common properties to all derived renderer classes including: background colour and size parameters, alignment, mode, visibility, sensitivity, padding, etc. You should check the API documentation for full list. It also provides ((*editing_canceled*)) and ((*editing-started*)) signals, the former emitted when the user cancels the process of editing a cell, and the latter emitted when a cell is started to be edited. ###### foreground # -s- ########## We have introduced the((*forefround*))colour attribute in our program here: