mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
API cleanup: Rename PlatformWindow to WindowAdapter
This commit is contained in:
parent
344f5c437b
commit
1e6ffeaa0f
50 changed files with 600 additions and 604 deletions
|
@ -135,7 +135,7 @@ fn gen_corelib(
|
|||
config.export.include = [
|
||||
"ComponentVTable",
|
||||
"Slice",
|
||||
"PlatformWindowRcOpaque",
|
||||
"WindowAdapterRcOpaque",
|
||||
"PropertyAnimation",
|
||||
"EasingCurve",
|
||||
"TextHorizontalAlignment",
|
||||
|
@ -189,7 +189,7 @@ fn gen_corelib(
|
|||
"slint_property_listener_scope_is_dirty",
|
||||
"PropertyTrackerOpaque",
|
||||
"CallbackOpaque",
|
||||
"PlatformWindowRc",
|
||||
"WindowAdapterRc",
|
||||
"VoidArg",
|
||||
"KeyEventArg",
|
||||
"PointerEventArg",
|
||||
|
@ -453,9 +453,9 @@ fn gen_corelib(
|
|||
.with_after_include(
|
||||
r"
|
||||
namespace slint {
|
||||
namespace private_api { class PlatformWindowRc; }
|
||||
namespace private_api { class WindowAdapterRc; }
|
||||
namespace cbindgen_private {
|
||||
using slint::private_api::PlatformWindowRc;
|
||||
using slint::private_api::WindowAdapterRc;
|
||||
using namespace vtable;
|
||||
struct KeyEvent; struct PointerEvent;
|
||||
using private_api::Property;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue