From: Jeremy W. <jez...@ho...> - 2006-06-24 11:04:17
|
>I've added support for the Win32 AnimateWindow() API, as requested by >tracker 1266930: >https://sourceforge.net/tracker/index.php?func=detail&aid=1266930&group_id=16572&atid=366572 > >Now, as well as $win->Show(), $win->Hide() you can use $win->Animate(). I had problems building under mingw - I had to set: #define WINVER 0x0501 in windef.h for it to build - after that, all tests pass, and the example runs (nice BTW!). Cheers, jez. |