More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-09-02 18:29:14 -04:00
parent c8ec6e396e
commit 7abf662076
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
// - arrow keys navigate between radio buttons // - arrow keys navigate between radio buttons
// - arrow keys do not leave the radio buttons (this is done in control.c) // - arrow keys do not leave the radio buttons (this is done in control.c)
// - arrow keys wrap around bare groups (if the previous control has WS_GROUP but the first radio button doesn't, then it doesn't; since our radio buttons are all in their own child window we can't do that) // - arrow keys wrap around bare groups (if the previous control has WS_GROUP but the first radio button doesn't, then it doesn't; since our radio buttons are all in their own child window we can't do that)
// - clicking on a radio button draws a focus rect // - clicking on a radio button draws a focus rect (TODO)
struct uiRadioButtons { struct uiRadioButtons {
uiWindowsControl c; uiWindowsControl c;