diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-06 20:12:05 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-06 20:12:05 -0500 |
| commit | eaaf55621f25464a0363d5696997a0589698b072 (patch) | |
| tree | c8855436b5b3c0f7a70759dc7ad75c900226e0f3 | |
| parent | 084cfc57b3063677b7b483af423169f6e87c9bbd (diff) | |
More TODO cleanup.
| -rw-r--r-- | todo.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,14 +2,14 @@ so I don't forget: - Window.SizeToFit() or WIndow.OptimalSize() (use: `Window.SetOptimalSize())`) for sizing a window to the control's interest - Control.Show()/Control.Hide() - Groupbox -- see if we really need to track errors on Combobox.Selection() - - in fact, see if we really need to track errors on a lot of things... +- see if we really need to track errors on a lot of places that report errors + - Window.Show()/Window.Hide() report errors due to UpdateWindow(), which can fail, but that is only called when the window is first opened: split that functionality out - character-limited entry fields, numeric entry fields, multiline entry fields - possible rename of LineEdit? - especially for password fields - NewPasswordEntry()? - [Windows, Mac OS X] should ListBox have a border style? - [Windows] a different border on LineEdits? -- padding and spacing in Stack; maybe a setting in Stack which keeps controls at their preferred size? +- padding and spacing in Stack - change Stack/Listbox constructors so that there's a separate constructor for each variant, rather than passing in parameters? - allow Combobox to have initial settings - Combobox and Listbox insertions and deletions should allow bulk (...string) |
