Thu Mar 17 21:40:48 2011: Request 66694 was acted upon.
Transaction: Ticket created by ADAMK
Queue: Wx
Subject: Wx::Choice->Append returns undef
Broken in: (no value)
Severity: Normal
Owner: Nobody
Requestors: [email protected]
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=66694 >
The documentation for wxChoice (or more specifically wxControlWithItems)
documents the main single-addition forms of the Append method as
returning the integer index position of the Append'ed entry.
Wx::Choice->Append appears to currently return undef instead.