Add wxListItem generator, child of wxListView
Description:
ListViewGenerator has a contents property for initializing strings in a wxListView, but each item lacks the ability to set color, font, state, bitmap, etc. What would be ideal is to have a gen_wxListItem which can only be a child of a wxListView. This would allow the user to have much greater control over what gets added to the wxListView. Even if the user doesn't ultimately use it to populate the wxListView, generating the code for a single item should make it easy for the user to understand what they need to do in their own app.
Adding to the 1.1 milestone for consideration. Now that we're going to be generating code for multiple languages, this becomes potentially more useful.
Triaging this to a 1.x release -- needs to be fixed, but not enough to hold up the 1.1 release.