mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
finished scrollable frame, added example and test for scrollable frame
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user