summaryrefslogtreecommitdiff
path: root/futureplans.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-28 20:59:42 -0400
committerPietro Gagliardi <[email protected]>2014-04-28 20:59:42 -0400
commitc32e16fd836f4f7caf10d6e5bed97a2baa387e49 (patch)
treeecd9576d17be21f833d53f3331cbf1e841dd649b /futureplans.md
parent7f89f4afb9bcfc9c27a2b29abf8b92c1bf9fe5bb (diff)
Moved TODOs about new event signals to the future plans document.
Diffstat (limited to 'futureplans.md')
-rw-r--r--futureplans.md6
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()