ruby-****@sourc*****
ruby-****@sourc*****
2012年 4月 1日 (日) 02:12:18 JST
------------------------- REMOTE_ADDR = 84.0.206.160 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-treev-cbbr ------------------------- @@ -16,6 +16,8 @@ {{image_right("dialog-warning.png")}} Needless to say that our Ruby combo box renderer example also does not work. The image on the left is what we get on the screen. Of course it is incorrect; there should be combo boxes in column Count. Note also that data type for this column is Integer, and that we need to convert the strings from the combo box to integer values before we could update the tree store. +Contrary to the situation with earlier Gtk2 and Ruby versions, with Gtk2 2.24.10-3 and Ruby 1.9.3 the example below works. + Following is the Ruby version of our combo box renderer program: {{br}}