This commit is contained in:
parent
28a0853fd6
commit
72a24e935c
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
2.0 is not the most significant release, but there are several breaking changes that justify its number:
|
2.0 is not the most significant release, but there are several breaking changes that justify its number:
|
||||||
- There are no longer any public facing functions that use MwLL* types. Said functions now expect MwColor and MwPixmap, which are wrapper types over the LL ones.
|
- There are no longer any public facing functions that use MwLL* types. Said functions now expect MwColor and MwPixmap, which are wrapper types over the LL ones.
|
||||||
- MwSetVoid and MwGetVoid have been renamed to MwSetPointer and MwGetPointer
|
- MwSetVoid and MwGetVoid have been renamed to MwSetPointer and MwGetPointer
|
||||||
- MwSetText and MwGetText have been renamed to MwSetStrign and MwGetString
|
- MwSetText and MwGetText have been renamed to MwSetString and MwGetString
|
||||||
|
|
||||||
Other changes include:
|
Other changes include:
|
||||||
- Widgets can now accept drag and dropped files via MwNacceptsDnD and the new MwNdragAndDropHandler handler.
|
- Widgets can now accept drag and dropped files via MwNacceptsDnD and the new MwNdragAndDropHandler handler.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue