Add is_visible to NodeJS and C++ Window types (#1816)

Amends commit 82278a5742
This commit is contained in:
Simon Hausmann 2022-11-04 16:24:24 +01:00 committed by GitHub
parent 405b9deb2d
commit e9db914fb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 104 additions and 2 deletions

View file

@ -309,6 +309,7 @@ fn gen_corelib(
"slint_windowrc_clone",
"slint_windowrc_show",
"slint_windowrc_hide",
"slint_windowrc_is_visible",
"slint_windowrc_get_scale_factor",
"slint_windowrc_set_scale_factor",
"slint_windowrc_set_focus_item",