diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-26 22:04:01 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-26 22:04:01 -0400 |
| commit | bab7cfd23b5e7f665f3cdb23096a9b9c9555dcdd (patch) | |
| tree | f08d75798374f5484a0893b8fb0518790c448a45 | |
| parent | 20821c26eb32b4f5772cf3e2ba13d36d424731c3 (diff) | |
Fixed README and removed Checkbox.SetChecked() from the future plans.
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | futureplans.md | 1 |
2 files changed, 3 insertions, 4 deletions
@@ -5,9 +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.** --- There is now `Checkbox.SetChecked()` to set the check state of a Checkbox programmatically. + - 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. diff --git a/futureplans.md b/futureplans.md index 8ac8fcf..13abb9c 100644 --- a/futureplans.md +++ b/futureplans.md @@ -19,7 +19,6 @@ general list: - Combobox and Listbox insertions and deletions should allow bulk (...string/...int) - Combobox/Listbox.DeleteAll - Combobox/Listbox.Select (with Listbox.Select allowing bulk) - - Checkbox.Check or Checkbox.SetChecked - Listbox.SelectAll - Listbox/Combobox.Index(n) - Index(n) is the name used by reflect.Value; use a different one? |
