CustomTkinter/customtkinter/windows
fgosdrauka af054f502c Update ctk_tabview.py
Adding two methods to the class CTkTabview":
"index" to return the index (position) of the current tab or the tab entered as an attribute.
"len" method to return the number of defined tabs

Modifying the "get" method: it now returns the name of the selected tab, or an empty string if no tab is selected. If an index is defined, it returns the name associated with that index.
2023-04-05 12:49:59 +02:00
..
widgets Update ctk_tabview.py 2023-04-05 12:49:59 +02:00
__init__.py restructured imports from modules, created imports in __init__.py 2022-11-29 19:06:33 +01:00
ctk_input_dialog.py restructured imports from modules, created imports in __init__.py 2022-11-29 19:06:33 +01:00
ctk_tk.py progress on scrollable frame 2023-02-05 03:02:21 +01:00
ctk_toplevel.py progress on scrollable frame 2023-02-05 03:02:21 +01:00