Displaying 1 result from an estimated 1 matches for "on_get_item_column_image".
2007 Oct 24
3
API doc update coming?
I''ve upgraded from 1.9.0 to 1.9.2 and am finding that
the errors I''m getting don''t match the docs. For example,
in Wx::ListCtrl:
- The doc makes no mention of on_get_item_column_image(),
but without this method I get NoMethodError.
- The doc says on_get_item_attr() *may* be overloaded,
but if I don''t define it, I get NoMethodError.
The API doc appears to be rife with inconsistencies like
this. Is anyone working on updating it? Sorry to whine,
but newbies like me n...