wxBitmapComboBox: store bitmaps in wxVector
This commit is contained in:
parent
d225b8d56c
commit
d57bc78eea
3 changed files with 22 additions and 27 deletions
|
|
@ -97,8 +97,8 @@ protected:
|
|||
|
||||
void UpdateInternals();
|
||||
|
||||
wxArrayPtrVoid m_bitmapbundles;// Images associated with items
|
||||
wxSize m_usedImgSize; // Size of bitmaps
|
||||
wxVector<wxBitmapBundle> m_bitmapbundles;// Images associated with items
|
||||
wxSize m_usedImgSize; // Size of bitmaps
|
||||
|
||||
int m_imgAreaWidth; // Width and height of area next to text field
|
||||
int m_fontHeight;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue