Width and height are managed dynamically: we can almost freely resize the window

This commit is contained in:
Yohann D'ANELLO
2020-11-09 00:44:08 +01:00
parent 0ab0e6a00c
commit e9c8640159
6 changed files with 48 additions and 16 deletions

View File

@ -12,3 +12,6 @@ class FakePad:
def clear(self) -> None:
pass
def resize(self, height: int, width: int) -> None:
pass