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
trueif this enum value equalsEast -
#north?
Returns
trueif this enum value equalsNorth -
#north_east?
Returns
trueif this enum value equalsNorthEast -
#north_west?
Returns
trueif this enum value equalsNorthWest -
#south?
Returns
trueif this enum value equalsSouth -
#south_east?
Returns
trueif this enum value equalsSouthEast -
#south_west?
Returns
trueif this enum value equalsSouthWest -
#west?
Returns
trueif 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.