ruby-****@sourc*****
ruby-****@sourc*****
2003年 8月 22日 (金) 01:53:50 JST
------------------------- REMOTE_ADDR = 80.11.173.32 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/?tut-gtk2-packing-intro ------------------------- = Packing Widgets When creating an application, you'll want to put more than one widget inside a window. Our first helloworld example only used one widget so we could simply use Gtk::Container#add to "pack" the widget into the window. But when you want to put more than one widget into a window, how do you control where that widget is positioned? This is where packing comes in.