mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00
Add an Opacity element that does nothing
This commit is contained in:
parent
dc12a22780
commit
ba2f2d5719
5 changed files with 87 additions and 1 deletions
|
@ -48,6 +48,7 @@ extern const cbindgen_private::ItemVTable TextInputVTable;
|
|||
extern const cbindgen_private::ItemVTable ClipVTable;
|
||||
extern const cbindgen_private::ItemVTable BoxShadowVTable;
|
||||
extern const cbindgen_private::ItemVTable RotateVTable;
|
||||
extern const cbindgen_private::ItemVTable OpacityVTable;
|
||||
|
||||
extern const cbindgen_private::ItemVTable NativeButtonVTable;
|
||||
extern const cbindgen_private::ItemVTable NativeCheckBoxVTable;
|
||||
|
@ -153,6 +154,7 @@ using cbindgen_private::ClippedImage;
|
|||
using cbindgen_private::Flickable;
|
||||
using cbindgen_private::FocusScope;
|
||||
using cbindgen_private::Image;
|
||||
using cbindgen_private::Opacity;
|
||||
using cbindgen_private::Path;
|
||||
using cbindgen_private::Rectangle;
|
||||
using cbindgen_private::Rotate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue