diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-26 21:54:14 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-26 21:54:14 -0400 |
| commit | 20821c26eb32b4f5772cf3e2ba13d36d424731c3 (patch) | |
| tree | be0e5f8df602f064a9a0633b10dec9fe437ec075 /README.md | |
| parent | ebbd76716f3e35bdb86a6ca9b327bc014d7f6e3b (diff) | |
Implemented Checkbox.SetChecked() on Mac OS X and updated the README.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -5,8 +5,9 @@ Woah, lots of attention! Thanks! ## Updates - **26 June 2014** - - Controls in Windows can now be spaced apart more naturally. Call `w.SetSpaced(true)` to opt in. **Whether this will remain opt-in or whether the name will change is still unknown at this point.** - - There's a new function `Layout()` which provides high-level layout creation. The function was written by [boppreh](https://github.com/boppreh) and details can be found [here](https://github.com/andlabs/ui/pull/19). **Whether this function will stay in the main package or be moved to a subpackage is still unknown.** +-- Controls in Windows can now be spaced apart more naturally. Call `w.SetSpaced(true)` to opt in. **Whether this will remain opt-in or whether the name will change is still unknown at this point.** +-- There's a new function `Layout()` which provides high-level layout creation. The function was written by [boppreh](https://github.com/boppreh) and details can be found [here](https://github.com/andlabs/ui/pull/19). **Whether this function will stay in the main package or be moved to a subpackage is still unknown.** +-- There is now `Checkbox.SetChecked()` to set the check state of a Checkbox programmatically. - **25 June 2014**<br>Labels by default now align themselves relative to the control they are next to. There is a new function `NewStandaloneLabel()` which returns a label whose text is aligned to the top-left corner of the alloted space regardless. |
