window_top property

window_top property

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

Definition:

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

See Also