Companion

expect object Companion
actual object Companion
actual object Companion

Functions

Link copied to clipboard
expect fun create(parent: LvglObjectBase? = null): LvglObject

Create a base object (a rectangle).

actual fun create(parent: LvglObjectBase?): LvglObject
actual fun create(parent: LvglObjectBase?): LvglObject
fromPointer
Link copied to clipboard
fun fromPointer(ptr: CPointer<lv_obj_t>?): LvglObject
fun fromPointer(ptr: CPointer<lv_obj_t>?): LvglObject