enum Gdk::SurfaceEdge

Overview

Determines a surface edge or corner.

Defined in:

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

Enum Members

NorthWest = 0_u32

the top left corner.

North = 1_u32

the top edge.

NorthEast = 2_u32

the top right corner.

West = 3_u32

the left edge.

East = 4_u32

the right edge.

SouthWest = 5_u32

the lower left corner.

South = 6_u32

the lower edge.

SouthEast = 7_u32

the lower right corner.

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 east? #

[View source]
def north? #

[View source]
def north_east? #

[View source]
def north_west? #

[View source]
def south? #

[View source]
def south_east? #

[View source]
def south_west? #

[View source]
def west? #

[View source]