LoadableIcon

interface LoadableIcon : Icon

gtk-kt

26 / 09 / 2021

See also

Functions

equal
Link copied to clipboard
open fun equal(other: Icon): Boolean
iconToString
Link copied to clipboard
open fun iconToString(): String?
load
Link copied to clipboard
open fun load(size: Int, cancellable: Cancellable? = null): InputStream
loadAsync
Link copied to clipboard
open fun loadAsync(size: Int, cancellable: Cancellable?, callback: AsyncReadyCallback)
loadFinish
Link copied to clipboard
open fun loadFinish(result: AsyncResult): InputStream
serialize
Link copied to clipboard
open fun serialize(): Variant?

Properties

hash
Link copied to clipboard
open val hash: UInt
iconPointer
Link copied to clipboard
abstract val iconPointer: GIcon_autoptr
loadableIconPointer
Link copied to clipboard
abstract val loadableIconPointer: GLoadableIcon_autoptr

Inheritors

FileIcon
Link copied to clipboard