enum Gsk::Corner

Overview

The corner indices used by Gsk::RoundedRect.

Defined in:

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

Enum 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

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

[View source]
def bottom_right? #

[View source]
def top_left? #

[View source]
def top_right? #

[View source]