This manual page is for Mac OS X version 10.6.3

If you are running a different version of Mac OS X, view the documentation locally:

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.




autoscroll(n)                          Automatic mapping of scrollbars                         autoscroll(n)



____________________________________________________________________________________________________________

NAME
       autoscroll - Provides for a scrollbar to automatically mapped and unmapped as needed

SYNOPSIS
       package require Tcl

       package require autoscroll  ?1.1?

       ::autoscroll::autoscroll scrollbar

       ::autoscroll::unautoscroll scrollbar

       ::autoscroll::wrap

       ::autoscroll::unwrap

____________________________________________________________________________________________________________

DESCRIPTION
       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 geome-try geometry
       try 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 sib-lings siblings
       lings  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.


       ::autoscroll::autoscroll scrollbar
              Arranges for the already existing scrollbar scrollbar to be mapped and unmapped as needed.

       ::autoscroll::unautoscroll scrollbar
              Returns the named scrollbar to its original static state.

       ::autoscroll::wrap
              Arranges for all scrollbars created after this command is run to be automatically  mapped  and
              unmapped as needed.

       ::autoscroll::unwrap
              Turns off the automatic autoscrolling of all new scrollbars.  Does not effect existing scroll-bars scrollbars
              bars


       text .t -yscrollcommand ".scrolly set"
       scrollbar .scrolly -orient v -command ".t yview"
       pack .scrolly -side right -fill y
       pack .t -side left -fill both -expand 1
       ::autoscroll::autoscroll .scrolly


KEYWORDS
       scroll, scrollbar



autoscroll                                           1.1                                       autoscroll(n)

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.

Did this document help you? Yes It's good, but... Not helpful...