ruby-****@sourc*****
ruby-****@sourc*****
2012年 11月 21日 (水) 02:12:30 JST
------------------------- REMOTE_ADDR = 184.145.95.170 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-mnstbs-tb ------------------------- @@ -340,7 +340,7 @@ What you can not see is that once it is detached from the main window there is no way for the operator to resize the toolbar. This calls for some planning when you design this feature, or you will cause the detached toolbar to be rather awkward if not useless. We will look into some of these issues in our program notes. -Perhaps you recall, that to detach a toolbar from the containing window, you use Gtk::HandleBox widget. We encountered this widget already in chapter 3 under the title '((<Handle Boxes|tut-gtk2-contwidg-handlebox>))'. However that early in our learning process we did not have enough material, to demonstrate its full power and indeed its drawbacks. Hopefully, the following program example will rectify this 'minor inconvenience':) +Perhaps you recall, that to detach a toolbar from the containing window, you use Gtk::HandleBox widget. We encountered this widget already in chapter 3 under the title '((<Handle Boxes|tut-gtk2-contwidg-handlebox>))'. However that early in our learning process we did not have enough material, to demonstrate its full power, and indeed, its drawbacks. Hopefully, the following program example will rectify this 'minor inconvenience':) Let's look at the code now.