Enum SetRenderingNotifierError¶
Defined in File slint_generated_public.h
Enum Documentation¶
-
enum class slint::SetRenderingNotifierError : uint8_t¶
This enum describes the different error scenarios that may occur when the application registers a rendering notifier on a
slint::Window
.Values:
-
enumerator Unsupported¶
The rendering backend does not support rendering notifiers.
-
enumerator AlreadySet¶
There is already a rendering notifier set, multiple notifiers are not supported.
-
enumerator Unsupported¶