comparison dynamin/gui/radio_button.d @ 53:6e33b00595e9

Fix capitalization in a couple comments.
author Jordan Miner <jminer7@gmail.com>
date Tue, 04 Aug 2009 21:37:55 -0500
parents 41b141453b8e
children c138461bf845
comparison
equal deleted inserted replaced
52:d82c7e5b037b 53:6e33b00595e9
61 checkedIndex = -1; 61 checkedIndex = -1;
62 collectFromContainer(topLevel.content); 62 collectFromContainer(topLevel.content);
63 return radios; 63 return radios;
64 } 64 }
65 override void whenKeyDown(KeyEventArgs e) { 65 override void whenKeyDown(KeyEventArgs e) {
66 // TODO: when GetTopLevel() is changed to return NativeControl, 66 // TODO: when getTopLevel() is changed to return NativeControl,
67 // update this 67 // update this
68 int index; 68 int index;
69 if(e.key == Key.Down || e.key == Key.Right) { 69 if(e.key == Key.Down || e.key == Key.Right) {
70 RadioButton[] radios = collectGroup(index); 70 RadioButton[] radios = collectGroup(index);
71 if(radios is null) 71 if(radios is null)