Re: [perl-win32-gui-hackers] Commit: -wantreturn and $win->Animate()

2006-06-24 Thread Jeremy White
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

Re: [perl-win32-gui-hackers] [win32-gui] RE: Commit: -wantreturn and $win->Animate()

2006-06-24 Thread Robert May
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

[perl-win32-gui-hackers] Commit ExtCreateRgn and GetRgnData function (Tracker: 1469648)

2006-06-24 Thread Robert May
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