Add a FocusScope

C++ part not working because the Callback with arguments are not yet supported with C++
This commit is contained in:
Olivier Goffart 2021-01-19 19:38:25 +01:00
parent 340e8f0d5a
commit 094287697a
8 changed files with 159 additions and 12 deletions

View file

@ -37,6 +37,7 @@ extern const cbindgen_private::ItemVTable RectangleVTable;
extern const cbindgen_private::ItemVTable BorderRectangleVTable;
extern const cbindgen_private::ItemVTable TextVTable;
extern const cbindgen_private::ItemVTable TouchAreaVTable;
extern const cbindgen_private::ItemVTable FocusScopeVTable;
extern const cbindgen_private::ItemVTable ImageVTable;
extern const cbindgen_private::ItemVTable ClippedImageVTable;
extern const cbindgen_private::ItemVTable PathVTable;
@ -139,6 +140,7 @@ using cbindgen_private::BorderRectangle;
using cbindgen_private::Clip;
using cbindgen_private::ClippedImage;
using cbindgen_private::Flickable;
using cbindgen_private::FocusScope;
using cbindgen_private::Image;
using cbindgen_private::Path;
using cbindgen_private::Rectangle;