Add TextWrap and TextOverflow enum and corresponding property in Text

Although they ar enot working yet
This commit is contained in:
Olivier Goffart 2021-01-27 11:38:42 +01:00
parent edcd4b1d0b
commit 647f7effcd
9 changed files with 68 additions and 1 deletions

View file

@ -74,6 +74,8 @@ using cbindgen_private::PropertyAnimation;
using cbindgen_private::Slice;
using cbindgen_private::TextHorizontalAlignment;
using cbindgen_private::TextVerticalAlignment;
using cbindgen_private::TextOverflow;
using cbindgen_private::TextWrap;
using cbindgen_private::TraversalOrder;
using cbindgen_private::ImageFit;
using cbindgen_private::KeyEvent;