First of all: thank you for an excellent library!
However:
Why is wxITEM_RADIO not supported in a wxAuiToolBar?
And why is wxITEM_CHECK buttons not showed in the overflow dropdown list?
I can get around the first problem by setting all items in a radio group to wxITEM_CHECK, and then manually check/uncheck buttons in a handler. That's tedious, but I suppose it works OK.
I tried with a regular wxToolBar, but it flickers like mad. The wxAuiToolBar doesn't flicker at all. So I'd rather use that.
I am surprised that no-one else seems to be having this issue. (Besides the two on wxWidgets forum, whose topics are left unanswered).
I hope that your reply would be: We will fix it.
But, at the very least I'd like to hear why it is the way it is.
By the way: This is on Windows Vista. And wxWidgets 2.9.0 (SVN) Haven't run it on Linux, yet.