enum
UIng::Area::WindowResizeEdge
Defined in:
uing/area/area/window_resize_edge.crEnum Members
-
Left =
0
-
Top =
1
-
Right =
2
-
Bottom =
3
-
TopLeft =
4
-
TopRight =
5
-
BottomLeft =
6
-
BottomRight =
7
Instance Method Summary
-
#bottom?
Returns
true
if this enum value equalsBottom
-
#bottom_left?
Returns
true
if this enum value equalsBottomLeft
-
#bottom_right?
Returns
true
if this enum value equalsBottomRight
-
#left?
Returns
true
if this enum value equalsLeft
-
#right?
Returns
true
if this enum value equalsRight
-
#top?
Returns
true
if this enum value equalsTop
-
#top_left?
Returns
true
if this enum value equalsTopLeft
-
#top_right?
Returns
true
if this enum value equalsTopRight