ruby-****@sourc*****
ruby-****@sourc*****
2012年 10月 11日 (木) 08:26:54 JST
------------------------- REMOTE_ADDR = 184.145.82.7 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-treev-spbttr ------------------------- @@ -17,7 +17,7 @@ fix_parents_total(iter) if !iter.has_child? end -Spin button renderer is derived from the Gtk::CellRendererText, and 'is-a kind-of' editable, and hence inherits the((*'editable'*))property from it. Therefore this property must be set to((*true*))to enable spin widget in the 'Count' column. Whether the 'Count' cell is editable here is controlled on the first line in the cell data function block, which is executed for all the rows in this particular (Count) column. +Spin button renderer is derived from the Gtk::CellRendererText, and 'is-a kind-of' editable, and hence inherits the((*'editable'*))property from it. Therefore this property must be set to((*true*))to enable spin widget in the 'Count' column. Whether the 'Count' cell (renderer) is editable here is controlled on the first line in the cell data function block, which is executed for all the rows in this particular (Count) column. {{br}} ((*spin-rndr.rb*))