10c49631a3
The same wxRibbonBar can use multiple button bars with different icon sizes, so 2 image lists are not enough. But OTOH there is no need to distinguish between small and large images neither, so 2 may be also 1 too many. Instead, use however many image lists we need, depending on the size. For now, just store them in a vector and use linear search in it, instead of using a map or, maybe, sorted vector, as we suppose there are never going to be more than a couple of elements in this vector anyhow. |
||
---|---|---|
.. | ||
art_internal.h | ||
art.h | ||
bar.h | ||
buttonbar.h | ||
control.h | ||
gallery.h | ||
page.h | ||
panel.h | ||
toolbar.h |