Spec-Zone .ru
спецификации, руководства, описания, API
Spec-Zone .ru
спецификации, руководства, описания, API
Библиотека разработчика Mac Разработчик
Поиск

 

Эта страница руководства для  версии 10.9 Mac OS X

Если Вы выполняете различную версию  Mac OS X, просматриваете документацию локально:

Читать страницы руководства

Страницы руководства предназначаются как справочник для людей, уже понимающих технологию.

  • Чтобы изучить, как руководство организовано или узнать о синтаксисе команды, прочитайте страницу руководства для страниц справочника (5).

  • Для получения дополнительной информации об этой технологии, ищите другую документацию в Библиотеке Разработчика Apple.

  • Для получения общей информации о записи сценариев оболочки, считайте Shell, Пишущий сценарий Учебника для начинающих.



canvas::zoom(n)                            Variations on a canvas                            canvas::zoom(n)



____________________________________________________________________________________________________________

NAME
       canvas::zoom - Zoom control for canvas::sqmap

SYNOPSIS
       package require Tcl  8.4

       package require Tk  8.4

       package require snit

       package require uevent::onidle

       package require canvas::zoom  ?0.2.1?

       ::canvas::zoom pathName ?options?

____________________________________________________________________________________________________________

DESCRIPTION
       This package provides a widget to enable the user of a map display to control the zoom level.

API
       ::canvas::zoom pathName ?options?
              Creates  the zoom control widget pathName and configures it. The methods and options supported
              by the new widget are described in the following sections.

              The result of the command is pathName.


   OPTIONS
       -orient
              The value for this option is either vertical, or horizontal, specifying the orientation of the
              major axis of the widget. The default is vertical.

       -levels
              The value for this option is a non-negative integer. It specifies the number of zoom levels to
              support.

       -variable
              The value for this option is the name of a global or namespaced variable  which  is  connected
              with  the  widget.  changes to the zoom level made the widget are propagated to this variable,
              and in turn changes to the variable are imported into the widget.

       -command
              This option specifies a command prefix. This callback will be invoked whenever the zoom  level
              is  changed.  It is called with two additional arguments, the zoom control widget, and the new
              zoom level, in this order.


   METHODS
       The widget supports no methods beyond the standard (configure, cget, etc.).

KEYWORDS
       zoom



canvas                                              0.2.1                                    canvas::zoom(n)

Сообщение о проблемах

Способ сообщить о проблеме с этой страницей руководства зависит от типа проблемы:

Ошибки содержания
Ошибки отчета в содержании этой документации со ссылками на отзыв ниже.
Отчеты об ошибках
Сообщите об ошибках в функциональности описанного инструмента или API через Генератор отчетов Ошибки.
Форматирование проблем
Отчет, форматирующий ошибки в интерактивной версии этих страниц со ссылками на отзыв ниже.