Add stepSizeX and stepSizeY properties
- Added properties stepSizeX stepSizeY to DFWINDOW
This commit is contained in:
@@ -164,6 +164,14 @@ class DFWINDOW:
|
||||
def maxGridY(self) -> int:
|
||||
return self._gridy_max
|
||||
|
||||
@property
|
||||
def stepSizeX(self) -> int:
|
||||
return int(self._step_size_x)
|
||||
|
||||
@property
|
||||
def stepSizeY(self) -> int:
|
||||
return int(self._step_size_y)
|
||||
|
||||
@property
|
||||
def contentWidth(self) -> int:
|
||||
return int(self._content_right - self._content_left)
|
||||
|
||||
Reference in New Issue
Block a user