enum UIng::WindowResizeEdge

Defined in:

uing/area/window_resize_edge.cr

Enum Members

Left = 0
Top = 1
Right = 2
Bottom = 3
TopLeft = 4
TopRight = 5
BottomLeft = 6
BottomRight = 7

Instance Method Summary

Instance Method Detail

def bottom? #

[View source]
def bottom_left? #

[View source]
def bottom_right? #

[View source]
def left? #

[View source]
def right? #

[View source]
def top? #

[View source]
def top_left? #

[View source]
def top_right? #

[View source]