ArrowType

enum ArrowType : Enum<MenuButton.ArrowType>

See also

Entries

NONE
Link copied to clipboard
NONE(GTK_ARROW_NONE)

No arrow.

RIGHT
Link copied to clipboard
RIGHT(GTK_ARROW_RIGHT)

Represents a right pointing arrow.

LEFT
Link copied to clipboard
LEFT(GTK_ARROW_LEFT)

Represents a left pointing arrow.

DOWN
Link copied to clipboard
DOWN(GTK_ARROW_DOWN)

Represents a downward pointing arrow.

UP
Link copied to clipboard
UP(GTK_ARROW_UP)

Represents an upward pointing arrow.

Types

Companion
Link copied to clipboard
object Companion

Properties

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