mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-26 09:15:12 +00:00
- Added bitmap for example
This commit is contained in:
parent
a77ef0353c
commit
ac7cb4081f
BIN
data/resources/test_combobox.bmp
Normal file
BIN
data/resources/test_combobox.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
@ -61,7 +61,7 @@ private:
|
||||
public:
|
||||
ComboBoxTestModel() {
|
||||
il = new win32cpp::ImageList(16, 16, win32cpp::ImageList::Color32);
|
||||
il->Add(_T("test.bmp"));
|
||||
il->Add(_T("resources\\test_combobox.bmp"));
|
||||
|
||||
list.push_back(_T("Hello"));
|
||||
list.push_back(_T("this"));
|
||||
|
Loading…
Reference in New Issue
Block a user