mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00
Move more functions from the GenericWindow to the Window
This commit is contained in:
parent
0ab60dff81
commit
dcb347fb7b
9 changed files with 119 additions and 235 deletions
|
@ -28,7 +28,7 @@ template<typename Component>
|
|||
inline void send_keyboard_string_sequence(const Component &component,
|
||||
const sixtyfps::SharedString &str)
|
||||
{
|
||||
cbindgen_private::send_keyboard_string_sequence(&str, &component.window);
|
||||
cbindgen_private::send_keyboard_string_sequence(&str, {}, &component.window);
|
||||
}
|
||||
|
||||
#define assert_eq(A, B) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue