Fixed the README.
This commit is contained in:
parent
6c6843dac6
commit
d9f133d81b
10
README.md
10
README.md
|
@ -12,13 +12,13 @@ This README is being written.<br>
|
|||
|
||||
## Updates
|
||||
|
||||
> Note that today's entry may be updated later today.
|
||||
*Note that today's entry may be updated later today.*
|
||||
|
||||
* **22 May 2016**
|
||||
** Removed `uiControlVerifyDestroy()`; that is now part of `uiFreeControl()` itself.
|
||||
** Added `uiPi`, a constant for π. This is provided for C and C++ programmers, where there is no standard named constant for π; bindings authors shouldn't need to worry about this.
|
||||
** Fixed uiMultilineEntry not properly having line breaks on Windows.
|
||||
** Added `uiNewNonWrappingMultilineEntry()`, which creates a uiMultilineEntry that scrolls horizontally instead of wrapping lines. (This is not documented as being changeable after the fact on Windows, hence it's a creation-time choice.)
|
||||
* Removed `uiControlVerifyDestroy()`; that is now part of `uiFreeControl()` itself.
|
||||
* Added `uiPi`, a constant for π. This is provided for C and C++ programmers, where there is no standard named constant for π; bindings authors shouldn't need to worry about this.
|
||||
* Fixed uiMultilineEntry not properly having line breaks on Windows.
|
||||
* Added `uiNewNonWrappingMultilineEntry()`, which creates a uiMultilineEntry that scrolls horizontally instead of wrapping lines. (This is not documented as being changeable after the fact on Windows, hence it's a creation-time choice.)
|
||||
|
||||
## Runtime Requirements
|
||||
|
||||
|
|
Loading…
Reference in New Issue