Subject: | Wx::Choice->Append returns undef |
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.