Re: [perl-win32-gui-hackers] GetItem/ItemInfo Method for the treeview

2008-01-11 Thread Salvador Ortiz Garcia
On Fri, 2008-01-11 at 10:55 +, Jeremy White wrote: > The doc's say it it should return a hash, but it actually returns an array. > Bug or doco shortfall? > doco. IANAL but it actually returns a LIST, (an "associative" one) that can be assigned to a HASH or an ARRAY, so its a wording detail

[perl-win32-gui-hackers] GetItem/ItemInfo Method for the treeview

2008-01-11 Thread Jeremy White
The doc's say it it should return a hash, but it actually returns an array. Bug or doco shortfall? ### # (@)METHOD:GetItem(NODE) # (@)METHOD:ItemInfo(NODE) # Returns an associative array of information about