IconPosition

enum IconPosition : Enum<Entry.IconPosition>

See also

Entries

SECONDARY
Link copied to clipboard
SECONDARY(GTK_ENTRY_ICON_SECONDARY)

At the end of the entry (depending on the text direction).

PRIMARY
Link copied to clipboard
PRIMARY(GTK_ENTRY_ICON_PRIMARY)

At the beginning of the entry (depending on the text direction).

Types

Companion
Link copied to clipboard
object Companion

Properties

gtk
Link copied to clipboard
val gtk: GtkEntryIconPosition
name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int