finished scrollable frame, added example and test for scrollable frame

This commit is contained in:
TomSchimansky
2023-02-05 21:41:23 +01:00
parent 2359a6ce39
commit 786a5148de
9 changed files with 415 additions and 96 deletions

View File

@@ -428,6 +428,7 @@ class CTkButton(CTkBaseClass):
if "command" in kwargs:
self._command = kwargs.pop("command")
self._set_cursor()
if "compound" in kwargs:
self._compound = kwargs.pop("compound")