summaryrefslogtreecommitdiff
path: root/futureplans.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-29 10:10:28 -0400
committerPietro Gagliardi <[email protected]>2014-04-29 10:10:28 -0400
commite75730b37dda121a383d4f0103945a0f9950b2ad (patch)
tree92b71783c4e09ca94cc6d7ccb1525cadff532e5a /futureplans.md
parentf8bca7e0e059a5c1612b29e9b3a44519ab6608d5 (diff)
Resolved Grid TODOs: moved feature requests to future plans and made sure SetStretchy() doesn't leave previous stretchy controls filling by accident.
Diffstat (limited to 'futureplans.md')
-rw-r--r--futureplans.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/futureplans.md b/futureplans.md
index acc3f55..168858b 100644
--- a/futureplans.md
+++ b/futureplans.md
@@ -5,6 +5,9 @@ general list:
- LineEdit.Typing
- LineEdit.Finished? or will that be a property of dialog boxes?
- Listbox.Selected
+- Grid niceness
+ - ability to have controls span rows and columns
+ - ability to horizontally or vertically align controls within their cells
- 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()