ruby-****@sourc*****
ruby-****@sourc*****
2012年 11月 19日 (月) 07:18:44 JST
------------------------- REMOTE_ADDR = 184.145.95.170 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-mnstbs-tb ------------------------- @@ -294,7 +294,7 @@ # toolbar.icon_size = Gtk::IconSize::DND # one before the largest ........ (grade:4) # toolbar.icon_size = Gtk::IconSize::DIALOG # the largest ................... (grade:5) -Note that I have graded the icon sizes above. In reality the differences are not very obvious, but they may be important for some applications. Indeed, the icons you created from your own image files are not affected by setting the Gtk::Toolbar#icon_size= value. For that you'd have to create a new image file and/or pixbuf with different sizes. You will find the documentation at: Gtk::IconSize#GtkIconSize +Note that I have graded the icon sizes above. In reality the differences are not very obvious, but they may be important for some applications. Indeed, the icons you created from your own image files are not affected by setting the Gtk::Toolbar#icon_size= value. For that you'd have to create a new image file and/or pixbuf with different sizes. For icon size values you will find the documentation at: Gtk::IconSize#GtkIconSize.