Theme

expect class Theme

Represents a collection of styles that are applied to a display.

actual class Theme
actual class Theme

Types

Link copied to clipboard
expect object Companion
actual object Companion
actual object Companion

Functions

Link copied to clipboard
expect fun setApplyCallback(callback: ThemeCallback)

Changes the callback used for handling the apply event.

actual fun setApplyCallback(callback: ThemeCallback)
actual fun setApplyCallback(callback: ThemeCallback)
Link copied to clipboard
expect fun setParent(parent: Theme)

Changes the parent.

actual fun setParent(parent: Theme)
actual fun setParent(parent: Theme)

Properties

Link copied to clipboard
val lvThemePtr: CPointer<lv_theme_t>?
Link copied to clipboard
val lvThemePtr: CPointer<lv_theme_t>?