enum Gsk::Corner
Overview
The corner indices used by Gsk::RoundedRect
.
Defined in:
lib/gi-crystal/src/auto/gsk-4.0/gsk.crEnum Members
-
TopLeft =
0_u32
-
The top left corner
-
TopRight =
1_u32
-
The top right corner
-
BottomRight =
2_u32
-
The bottom right corner
-
BottomLeft =
3_u32
-
The bottom left corner
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.