More TODOs.
This commit is contained in:
parent
ba9c42e5bb
commit
38723aeff9
|
@ -190,6 +190,7 @@ void onWM_CREATE(HWND hwnd)
|
||||||
buttonx = 5;
|
buttonx = 5;
|
||||||
buttony = 5;
|
buttony = 5;
|
||||||
for (i = 0; i < 5; i++) {
|
for (i = 0; i < 5; i++) {
|
||||||
|
// TODO split buttons don't support arrow navigation?
|
||||||
leftButtons[i] = CreateWindowExW(0,
|
leftButtons[i] = CreateWindowExW(0,
|
||||||
L"BUTTON", leftbarButtons[i].text,
|
L"BUTTON", leftbarButtons[i].text,
|
||||||
WS_CHILD | WS_VISIBLE | WS_TABSTOP | BS_PUSHBUTTON,
|
WS_CHILD | WS_VISIBLE | WS_TABSTOP | BS_PUSHBUTTON,
|
||||||
|
|
Loading…
Reference in New Issue