mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-27 03:14:30 +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:
|
public:
|
||||||
ComboBoxTestModel() {
|
ComboBoxTestModel() {
|
||||||
il = new win32cpp::ImageList(16, 16, win32cpp::ImageList::Color32);
|
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("Hello"));
|
||||||
list.push_back(_T("this"));
|
list.push_back(_T("this"));
|
||||||
|
Loading…
Reference in New Issue
Block a user