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 Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
art.h Make ribbon tab active/hover label colour customizable 2019-06-04 23:23:04 +02:00
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 Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
gallery.h Fix typos and missing items in the ribbon interface definitions 2016-10-21 16:54:27 -07:00
page.h Fix ribbon page layout wrong when scroll button is shown or hidden due to a scroll operation 2017-12-03 10:04:23 -08:00
panel.h Remove unnecessary copy ctor/operator= definitions 2019-02-17 23:09:49 -08:00
toolbar.h Remove unnecessary copy ctor/operator= definitions 2019-02-17 23:09:49 -08:00