WinWorkstation.st
changeset 4491 c011e738596f
parent 4490 66a98e08afb9
child 4503 e62024285d0b
equal deleted inserted replaced
4490:66a98e08afb9 4491:c011e738596f
 15488     }
 15488     }
 15489 %}
 15489 %}
 15490 !
 15490 !
 15491 
 15491 
 15492 animateWindow:aWindowId show:doShow animation:animationSymbolorNil time:timeInMillisOrNil
 15492 animateWindow:aWindowId show:doShow animation:animationSymbolorNil time:timeInMillisOrNil
 15493     "make a window visible/invisible with animation effect."
 15493     "make a window visible/invisible with animation effect.
       
 15494      CAVEAT: 
       
 15495         This does not work yet correctly, as we do not handle WM_PRINT messages correctly."
 15494 
 15496 
 15495 %{
 15497 %{
 15496     if (__isExternalAddress(aWindowId)) {
 15498     if (__isExternalAddress(aWindowId)) {
 15497         HWND hWnd = _HWNDVal(aWindowId);
 15499         HWND hWnd = _HWNDVal(aWindowId);
 15498 
 15500 
 16781 ! !
 16783 ! !
 16782 
 16784 
 16783 !WinWorkstation class methodsFor:'documentation'!
 16785 !WinWorkstation class methodsFor:'documentation'!
 16784 
 16786 
 16785 version
 16787 version
 16786     ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.322 2006-02-21 16:05:03 cg Exp $'
 16788     ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.323 2006-02-21 16:05:54 cg Exp $'
 16787 ! !
 16789 ! !
 16788 
 16790 
 16789 WinWorkstation initialize!
 16791 WinWorkstation initialize!