Skip to content

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

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.