WindowResizeEdge
Inherits: Enum
Edge or corner used by Window.start_resizing().
The selected value defines which resize handle is used when initiating native window resizing programmatically.
Properties
-
BOTTOM–Bottom edge.
-
BOTTOM_LEFT–Bottom-left corner.
-
BOTTOM_RIGHT–Bottom-right corner.
-
LEFT–Left edge.
-
RIGHT–Right edge.
-
TOP–Top edge.
-
TOP_LEFT–Top-left corner.
-
TOP_RIGHT–Top-right corner.
Properties#
BOTTOM = 'bottom'
class-attribute
instance-attribute
#
Bottom edge.
BOTTOM_LEFT = 'bottomLeft'
class-attribute
instance-attribute
#
Bottom-left corner.
BOTTOM_RIGHT = 'bottomRight'
class-attribute
instance-attribute
#
Bottom-right corner.
LEFT = 'left'
class-attribute
instance-attribute
#
Left edge.
RIGHT = 'right'
class-attribute
instance-attribute
#
Right edge.
TOP = 'top'
class-attribute
instance-attribute
#
Top edge.
TOP_LEFT = 'topLeft'
class-attribute
instance-attribute
#
Top-left corner.
TOP_RIGHT = 'topRight'
class-attribute
instance-attribute
#
Top-right corner.