ImageSize

sealed interface ImageSize

The size of the GTK Image. The possible values correspond to GTK's IconSize, plus the Specific class to represent an exact value that will be set with Image.setPixelSize.

Inheritors

Types

Link copied to clipboard
data object Inherit : ImageSize
Link copied to clipboard
data object Large : ImageSize
Link copied to clipboard
data object Normal : ImageSize
Link copied to clipboard
data class Specific(val sizePx: Int) : ImageSize