mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00
Add a FocusScope
C++ part not working because the Callback with arguments are not yet supported with C++
This commit is contained in:
parent
340e8f0d5a
commit
094287697a
8 changed files with 159 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue