mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-02 04:48:27 +00:00
Add support for position() and set_position() to C++ slint::Window
This commit is contained in:
parent
e499adf11e
commit
372ad60a8f
4 changed files with 81 additions and 4 deletions
|
|
@ -301,6 +301,8 @@ fn gen_corelib(
|
|||
"slint_windowrc_set_rendering_notifier",
|
||||
"slint_windowrc_request_redraw",
|
||||
"slint_windowrc_on_close_requested",
|
||||
"slint_windowrc_position",
|
||||
"slint_windowrc_set_position",
|
||||
"slint_new_path_elements",
|
||||
"slint_new_path_events",
|
||||
"slint_color_brighter",
|
||||
|
|
@ -429,6 +431,7 @@ fn gen_corelib(
|
|||
.with_include("slint_brush.h")
|
||||
.with_include("slint_generated_public.h")
|
||||
.with_include("slint_enums_internal.h")
|
||||
.with_include("slint_point.h")
|
||||
.with_after_include(
|
||||
r"
|
||||
namespace slint {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue