autoscroll.rb

Path: tk/lib/tkextlib/tcllib/autoscroll.rb
Last Update: Tue Mar 13 02:04:46 -0500 2007
 tkextlib/tcllib/autoscroll.rb
                              by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)

  * Part of tcllib extension
  * Provides for a scrollbar to automatically mapped and unmapped as needed

(The following is the original description of the library.)

This package allows scrollbars to be mapped and unmapped as needed depending on the size and content of the scrollbars scrolled widget. The scrollbar must be managed by either pack or grid, other geometry managers are not supported.

When managed by pack, any geometry changes made in the scrollbars parent between the time a scrollbar is unmapped, and when it is mapped will be lost. It is an error to destroy any of the scrollbars siblings while the scrollbar is unmapped. When managed by grid, if anything becomes gridded in the same row and column the scrollbar occupied it will be replaced by the scrollbar when remapped.

This package may be used on any scrollbar-like widget as long as it supports the set subcommand in the same style as scrollbar. If the set subcommand is not used then this package will have no effect.

Required files

tk   tk/scrollbar   tkextlib/tcllib.rb   autoscroll   autoscroll   style   widget   widget::scrolledwindow   swaplist  

[Validate]

ruby-doc.org is a community service provided by James Britt and Happy Camper Studios, a Phoenix, Arizona, Ruby application development company.

Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.

For more information on the Ruby programming language, visit ruby-lang.org.

Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.