wijjit.layout.frames.BorderStyle

class wijjit.layout.frames.BorderStyle(*values)[source]

Border style for frames.

__init__(*args, **kwds)

Attributes

NONE

SINGLE

DOUBLE

ROUNDED

NONE = 'none'
SINGLE = 'single'
DOUBLE = 'double'
ROUNDED = 'rounded'