Replies: 1 comment
-
|
Not every enum in the Slint language is also visible in the C++ API. You can find a complete reference of the C++ API here: https://docs.slint.dev/latest/docs/cpp/api/library_root |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm misunderstanding something, or I don't understand anything at all.
Here's a list of global functions and enums: https://docs.slint.dev/latest/docs/slint/reference/global-structs-enums/#texthorizontalalignment
For example, there's TextHorizontalAlignment
But my VS2022 compiler says the slint::TextHorizontalAlignment namespace doesn't contain TextHorizontalAlignment.
Then I don't understand anything.
Beta Was this translation helpful? Give feedback.
All reactions