enum

UIng::Area::WindowResizeEdge

Inherits Enum < Comparable < Value < Object

Constants

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

Instance methods

bottom?

Returns true if this enum value equals Bottom

Source
bottom_left?

Returns true if this enum value equals BottomLeft

Source
bottom_right?

Returns true if this enum value equals BottomRight

Source
left?

Returns true if this enum value equals Left

Source
right?

Returns true if this enum value equals Right

Source
top?

Returns true if this enum value equals Top

Source
top_left?

Returns true if this enum value equals TopLeft

Source
top_right?

Returns true if this enum value equals TopRight

Source