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

2006-06-26 Thread Reini Urban
why not Win32::GUI::Region-ExtCreateRegion() and Win32::GUI::Region-GetRegionData() ? Rgn != Region 2006/6/24, Robert May [EMAIL PROTECTED]: I just committed 2 new functions for handling windows regions: New region method: my $data = $rgn-GetRgnData(); wraps the win32 API GetRegionData()

[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