WindowGroup.st
changeset 7665 54b3c033dace
parent 7633 d548791c529a
child 7672 ef23e698c67e
equal deleted inserted replaced
7664:aed121ae9902 7665:54b3c033dace
   139       a busyHook and busyHookTimeout has been added; this hook-(block) gets invoked, whenever
   139       a busyHook and busyHookTimeout has been added; this hook-(block) gets invoked, whenever
   140       the process was busy handling an event for some time. This can be used to automatically install
   140       the process was busy handling an event for some time. This can be used to automatically install
   141       a busy cursor (hour-glass) in an application, if some processing takes some time
   141       a busy cursor (hour-glass) in an application, if some processing takes some time
   142       (without a need for #withCursorDo: all over the place in the application)
   142       (without a need for #withCursorDo: all over the place in the application)
   143 
   143 
   144     Dont get confused:
   144     Don't get confused:
   145         You dont have to care for all those details in the normal case;
   145         You don't have to care for all those details in the normal case;
   146         a windowgroup is created for you automatically, when a view is opened.
   146         a windowgroup is created for you automatically, when a view is opened.
   147         All of the internals are not required to be known for most applications.
   147         All of the internals are not required to be known for most applications.
   148 
   148 
   149 
   149 
   150     [instance variables:]
   150     [instance variables:]