More future plans.
This commit is contained in:
parent
d52183c017
commit
1b499d8305
7
future
7
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
|
Group
|
||||||
Mac OS X: NSBox
|
Mac OS X: NSBox
|
||||||
container_darwin.m: figure out if our setFrameSize: thing applies to resizing the groupbox as well
|
container_darwin.m: figure out if our setFrameSize: thing applies to resizing the groupbox as well
|
||||||
|
@ -12,6 +18,7 @@ Table
|
||||||
|
|
||||||
Tab
|
Tab
|
||||||
// [TODO if each tab of your Tab is going to have the same content Controls, then use LikeTab instead, to conserve resources]
|
// [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()
|
||||||
// Delete removes the given tab.
|
// Delete removes the given tab.
|
||||||
// It panics if index is out of range.
|
// It panics if index is out of range.
|
||||||
|
|
Loading…
Reference in New Issue