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

 

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

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

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

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

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

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

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



tkwait(n)                                   Tk Built-In Commands                                   tkwait(n)



____________________________________________________________________________________________________________

NAME
       tkwait - Wait for variable to change or window to be destroyed

SYNOPSIS
       tkwait variable name

       tkwait visibility name

       tkwait window name
____________________________________________________________________________________________________________


DESCRIPTION
       The  tkwait  command  waits  for  one of several things to happen, then it returns without taking any
       other actions.  The return value is always an empty string.  If the first argument  is  variable  (or
       any  abbreviation  of  it)  then the second argument is the name of a global variable and the command
       waits for that variable to be modified.  If the first argument is visibility (or any abbreviation  of
       it) then the second argument is the name of a window and the tkwait command waits for a change in its
       visibility state (as indicated by the arrival of a VisibilityNotify event).  This form  is  typically
       used  to  wait  for a newly-created window to appear on the screen before taking some action.  If the
       first argument is window (or any abbreviation of it) then the second argument is the name of a window
       and  the  tkwait  command waits for that window to be destroyed.  This form is typically used to wait
       for a user to finish interacting with a dialog box before using the result of that interaction.

       While the tkwait command is waiting it processes events in the normal  fashion,  so  the  application
       will  continue to respond to user interactions.  If an event handler invokes tkwait again, the nested
       call to tkwait must complete before the outer call can complete.


KEYWORDS
       variable, visibility, wait, window



Tk                                                                                                 tkwait(n)

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

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

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