[idd] helper: add CListBox widget

This commit is contained in:
Quantum
2025-09-22 01:55:51 -04:00
committed by Geoffrey McRae
parent c99f516b29
commit 96367e83f1
6 changed files with 52 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ class CWidget {
protected:
HWND m_hwnd = NULL;
HWND createWindowSimple(LPCWSTR cls, LPCWSTR title, DWORD style, HWND parent);
HWND createWindowSimple(LPCWSTR cls, LPCWSTR title, DWORD style, HWND parent, DWORD dwExStyle = 0);
public:
virtual ~CWidget();