summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-10-11 10:01:15 -0400
committerPietro Gagliardi <[email protected]>2014-10-11 10:01:15 -0400
commit1b499d83057d65cbc1b3ce6767bbaecec1d484b3 (patch)
treed483804bff38845493eb7d239693ee877e8e2034
parentd52183c017284735863c5b7db6b77c0fbe782dea (diff)
More future plans.
-rw-r--r--future7
1 files changed, 7 insertions, 0 deletions
diff --git a/future b/future
index fe9a89c..39cfa8e 100644
--- a/future
+++ b/future
@@ -1,3 +1,9 @@
+more flexible sizing determination
+ spaced shouldn't be a private global
+ textfield should have a method that allows control over the preferred number of characters, for sizing purposes
+
+Multiline text fields and standalone labels
+
Group
Mac OS X: NSBox
container_darwin.m: figure out if our setFrameSize: thing applies to resizing the groupbox as well
@@ -12,6 +18,7 @@ Table
Tab
// [TODO if each tab of your Tab is going to have the same content Controls, then use LikeTab instead, to conserve resources]
+ // probably not a good idea
Delete()
// Delete removes the given tab.
// It panics if index is out of range.