slint/internal/compiler/widgets/fluent-base
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
..
std-widgets-base.slint Add support for select-all(), cut(), copy() and paste() functions on text input elements (#2804) 2023-06-01 16:04:53 +02:00
std-widgets-impl.slint Added switch widget (#2798) 2023-05-31 14:57:23 +02:00
widget-table-view.slint Fluent style: cleanup unwanted properties 2023-02-03 20:29:26 +01:00