start working on scrollable frame

This commit is contained in:
Tom Schimansky
2023-02-04 16:53:48 +01:00
parent 9e2584c958
commit a478334fb7
6 changed files with 108 additions and 6 deletions

View File

@ -13,3 +13,4 @@ from .ctk_slider import CTkSlider
from .ctk_switch import CTkSwitch
from .ctk_tabview import CTkTabview
from .ctk_textbox import CTkTextbox
from .ctk_scrollable_frame import CTkScrollableFrame