mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00
Add a Clip
This commit is contained in:
parent
89e0b57627
commit
08fe5f6c72
8 changed files with 103 additions and 11 deletions
|
@ -41,6 +41,7 @@ extern const cbindgen_private::ItemVTable PathVTable;
|
|||
extern const cbindgen_private::ItemVTable FlickableVTable;
|
||||
extern const cbindgen_private::ItemVTable WindowVTable;
|
||||
extern const cbindgen_private::ItemVTable TextInputVTable;
|
||||
extern const cbindgen_private::ItemVTable ClipVTable;
|
||||
|
||||
extern const cbindgen_private::ItemVTable NativeButtonVTable;
|
||||
extern const cbindgen_private::ItemVTable NativeCheckBoxVTable;
|
||||
|
@ -124,6 +125,7 @@ private:
|
|||
}
|
||||
|
||||
using cbindgen_private::BorderRectangle;
|
||||
using cbindgen_private::Clip;
|
||||
using cbindgen_private::Flickable;
|
||||
using cbindgen_private::Image;
|
||||
using cbindgen_private::Path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue