Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge absolute-x and absolute-y "virtual" properties into absolute-position #2942

Merged
merged 8 commits into from Jun 21, 2023

Conversation

tronical
Copy link
Member

The type of thep property is Point, which existed before. It was mapped to slint::private_unstable_api::re_exports::Point (euclid) and is now mapped to slint::LogicalPosition (also in C++).

…te-coordinates`

The type of thep property is `Point`, which existed before. It was
mapped to `slint::private_unstable_api::re_exports::Point` (euclid) and
is now mapped to slint::LogicalPosition (also in C++).
docs/language/src/builtins/elements.md Outdated Show resolved Hide resolved
internal/compiler/passes/lower_absolute_coordinates.rs Outdated Show resolved Hide resolved
internal/core/api.rs Outdated Show resolved Hide resolved
@@ -408,7 +401,6 @@ export struct StandardListViewItem {
}

export struct TableColumn {
//-name:slint::private_api::TableColumn
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is that not used?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's used, but we have a public slint::TableColumn after all :-)

@tronical tronical changed the title Merge absolute-x and absolute-y "virtual" properties into absolute-coordinates Merge absolute-x and absolute-y "virtual" properties into absolute-position Jun 20, 2023
@tronical tronical merged commit ab0e38c into master Jun 21, 2023
26 checks passed
@tronical tronical deleted the simon/absolute-coordinates branch June 21, 2023 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants