diff options
| author | Pietro Gagliardi <[email protected]> | 2014-04-28 20:59:42 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-04-28 20:59:42 -0400 |
| commit | c32e16fd836f4f7caf10d6e5bed97a2baa387e49 (patch) | |
| tree | ecd9576d17be21f833d53f3331cbf1e841dd649b /futureplans.md | |
| parent | 7f89f4afb9bcfc9c27a2b29abf8b92c1bf9fe5bb (diff) | |
Moved TODOs about new event signals to the future plans document.
Diffstat (limited to 'futureplans.md')
| -rw-r--r-- | futureplans.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/futureplans.md b/futureplans.md index 14123e9..a18199c 100644 --- a/futureplans.md +++ b/futureplans.md @@ -1,4 +1,10 @@ general list: +- events: + - Checkbox.Toggled (.Clicked? or some other name?) + - Combobox.Selected + - LineEdit.Typing + - LineEdit.Finished? or will that be a property of dialog boxes? + - Listbox.Selected - Window.SizeToFit() or WIndow.OptimalSize() (use: `Window.SetOptimalSize())`) for sizing a window to the control's interest - with the current code, will be a bit of a kludge, because preferredSize() assumes it's running on the main thread without locks - Control.Show()/Control.Hide() |
