slint/internal/compiler/widgets
Simon Hausmann c428601370
Add support for select-all(), cut(), copy() and paste() functions on text input elements (#2804)
In the compiler this is still very primitive, but an attempt to start a
generic interface. The basic assumption is that all item functions will
eventually need access to the window adapter and itemrc. Support for
additional arguments is still missing.

Also missing is support for the function access via rtti in the
interpreter, hence the hardcoding at the moment.
2023-06-01 16:04:53 +02:00
..
common Add support for select-all(), cut(), copy() and paste() functions on text input elements (#2804) 2023-06-01 16:04:53 +02:00
fluent Rename the std-widgets files of style base so they are not considered as a style 2023-01-17 16:21:53 +01:00
fluent-base Add support for select-all(), cut(), copy() and paste() functions on text input elements (#2804) 2023-06-01 16:04:53 +02:00
fluent-dark Rename the std-widgets files of style base so they are not considered as a style 2023-01-17 16:21:53 +01:00
fluent-light Rename the std-widgets files of style base so they are not considered as a style 2023-01-17 16:21:53 +01:00
material Added switch widget (#2798) 2023-05-31 14:57:23 +02:00
material-base Add support for select-all(), cut(), copy() and paste() functions on text input elements (#2804) 2023-06-01 16:04:53 +02:00
material-dark Rename the std-widgets files of style base so they are not considered as a style 2023-01-17 16:21:53 +01:00
material-light Rename the std-widgets files of style base so they are not considered as a style 2023-01-17 16:21:53 +01:00
native Add support for select-all(), cut(), copy() and paste() functions on text input elements (#2804) 2023-06-01 16:04:53 +02:00