wxWidgets/include/wx/ribbon
Vadim Zeitlin 10c49631a3 Store any number of image lists in wxRibbonBar, not just two
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.
2020-02-07 19:21:33 +01:00
..
art_internal.h
art.h
bar.h Store any number of image lists in wxRibbonBar, not just two 2020-02-07 19:21:33 +01:00
buttonbar.h Move bitmap-related functions to wxRibbonButtonBarButtonBase 2020-02-07 18:11:47 +01:00
control.h
gallery.h
page.h
panel.h
toolbar.h