ruby-****@sourc*****
ruby-****@sourc*****
2009年 2月 20日 (金) 00:08:06 JST
------------------------- REMOTE_ADDR = 74.15.84.244 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-treev-cbbr ------------------------- @@ -14,7 +14,7 @@ {{image_left("treev-combo-01.png")}} {{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. +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. Following is the Ruby version of our combo box renderer program: {{br}}