progress on scrollable frame

This commit is contained in:
TomSchimansky
2023-02-05 03:02:21 +01:00
parent 110e9bbcbf
commit 2359a6ce39
6 changed files with 154 additions and 49 deletions

View File

@@ -9,7 +9,7 @@ class CTkAppearanceModeBaseClass:
- destroy() must be called when sub-class is destroyed
- _set_appearance_mode() abstractmethod, gets called when appearance mode changes, must be overridden
- _apply_appearance_mode()
- _apply_appearance_mode() to convert tuple color
"""
def __init__(self):