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 h
Jeremy White wrote:
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 build
I just committed 2 new functions for handling windows regions:
New region method:
my $data = $rgn->GetRgnData();
wraps the win32 API GetRegionData() function
New region constructor:
my $newrgn = Win32::GUI::Region->ExtCreateRgn($data);
wraps the win32 API ExtCreateRegion() function
Tracker
3 matches
Mail list logo