[ruby-gnome2-doc-cvs] [Ruby-GNOME2 Project Website] update - tut-gtk2-txtw-scrolledwin

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2012年 12月 4日 (火) 03:56:23 JST


-------------------------
REMOTE_ADDR = 184.145.86.37
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-txtw-scrolledwin
-------------------------
@@ -62,7 +62,8 @@
 
     {{image_right("scroll-w-help-of-wport.png")}}
 
-    This program displays hundred buttons in a table widget, which does not have native scrolling abilities, therefore we need to first add the table to a viewport widget, and only then add the wiewport to scrolled window. As mentioned this is the long way of using viewport. We could instead just use the Gtk::ScrolledWindow#add_with_viewport(child) instance method. The two approaches can be seen in the listing between the "-- (start/end)" comment lines, where indeed, the short way is commented out. This part of the program is only needed when the widget you are adding to scrolled window does not include native support for scrolling.
+    This program displays hundred buttons in a table widget, which does not have native scrolling abilities, therefore we need to first add the table to a viewport widget, and only then add the wiewport to scrolled window. As mentioned this is the long way of using viewport. We could instead just use the Gtk::ScrolledWindow#add_with_viewport(child) instance method. The two approaches can be seen in the listing between the "-- (start/end)" comment lines, where, the short way is commented out. This part of the program is only needed when the widget you are adding to scrolled window does not include native support for scrolling.
+
 
 
 




ruby-gnome2-cvs メーリングリストの案内
Back to archive index