Added a ComboBox

This commit is contained in:
MusicalProgrammer
2018-10-23 18:35:23 -04:00
parent 421498e1fe
commit 3c2ae53449
2 changed files with 23 additions and 5 deletions

View File

@@ -11,5 +11,6 @@ public:
HWND _hwndProp;
private:
HWND _propGrid;
void _redraw();
HWND _explorerComboBox;
void _resize();
};