mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-27 12:29:41 +00:00
Add a boilerplate TextInput item
This commit is contained in:
parent
3f438ec3f6
commit
2da84fee46
7 changed files with 184 additions and 3 deletions
|
@ -38,6 +38,7 @@ extern const cbindgen_private::ItemVTable ImageVTable;
|
|||
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 NativeButtonVTable;
|
||||
extern const cbindgen_private::ItemVTable NativeCheckBoxVTable;
|
||||
|
@ -103,6 +104,7 @@ using cbindgen_private::Image;
|
|||
using cbindgen_private::Path;
|
||||
using cbindgen_private::Rectangle;
|
||||
using cbindgen_private::Text;
|
||||
using cbindgen_private::TextInput;
|
||||
using cbindgen_private::TouchArea;
|
||||
using cbindgen_private::Window;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue