window_left property

window_left property

The distance from the left edge of the client area to the left edge of the window, in unit of point.

Definition:

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

See Also