window_width property

window_width property

The width of the window, in unit of point.

Definition:

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

See Also