min_width property

min_width property

See the min-width property definition in CSS2.

Definition:

@property
def min_width(self):
    ...
@min_width.setter
def min_width(self, value):
    ...

See Also