enum
Gdk::SurfaceEdge
Overview
Determines a surface edge or corner.
Defined in:
lib/gi-crystal/src/auto/gdk-4.0/gdk.crEnum 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
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#east?
Returns
true
if this enum value equalsEast
-
#north?
Returns
true
if this enum value equalsNorth
-
#north_east?
Returns
true
if this enum value equalsNorthEast
-
#north_west?
Returns
true
if this enum value equalsNorthWest
-
#south?
Returns
true
if this enum value equalsSouth
-
#south_east?
Returns
true
if this enum value equalsSouthEast
-
#south_west?
Returns
true
if this enum value equalsSouthWest
-
#west?
Returns
true
if this enum value equalsWest
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.