slint/internal/compiler/llr
Simon Hausmann 0f54b9599b Add support for manually closing PopupWindows
This patch adds a `close()` function that can be called to close a popup
window, and a `close-to-click` boolean that can be set to false to
disable the default behavior.
2023-06-02 18:07:49 +02:00
..
optim_passes Add support for manually closing PopupWindows 2023-06-02 18:07:49 +02:00
expression.rs Compiler: make calling functions work 2022-12-06 14:56:25 +01:00
item_tree.rs Better error message when trying to use private property in native code 2023-03-27 17:49:07 +02:00
lower_expression.rs Add support for manually closing PopupWindows 2023-06-02 18:07:49 +02:00
lower_to_item_tree.rs Better error message when trying to use private property in native code 2023-03-27 17:49:07 +02:00
pretty_print.rs Don't optimize properties used by functions 2022-12-15 05:43:24 -08:00