enum Gtk::ArrowType

Overview

Used to indicate the direction in which an arrow should point.

Defined in:

lib/gi-crystal/src/auto/gtk-4.0/gtk.cr

Enum Members

Up = 0_u32

Represents an upward pointing arrow.

Down = 1_u32

Represents a downward pointing arrow.

Left = 2_u32

Represents a left pointing arrow.

Right = 3_u32

Represents a right pointing arrow.

None = 4_u32

No arrow.

Class Method Summary

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


[View source]

Instance Method Detail

def down? #

[View source]
def left? #

[View source]
def none? #

[View source]
def right? #

[View source]
def up? #

[View source]