CustomTkinter/customtkinter/widgets
2022-10-07 16:54:46 +02:00
..
__init__.py restructured settings, small scaling fixes in CTk 2022-05-22 00:02:45 +02:00
ctk_button.py added focus wrapper functions to all widgets 2022-10-05 21:11:46 +02:00
ctk_canvas.py added type hints and private hints to all widget classes, fixed #497, removed get and set methods from some widgets 2022-10-02 03:23:10 +02:00
ctk_checkbox.py added focus wrapper functions to all widgets 2022-10-05 21:11:46 +02:00
ctk_combobox.py added focus wrapper functions to all widgets 2022-10-05 21:11:46 +02:00
ctk_entry.py added focus wrapper functions to all widgets 2022-10-05 21:11:46 +02:00
ctk_frame.py added focus wrapper functions to all widgets 2022-10-05 21:11:46 +02:00
ctk_label.py added focus wrapper functions to all widgets 2022-10-05 21:11:46 +02:00
ctk_optionmenu.py added focus wrapper functions to all widgets 2022-10-05 21:11:46 +02:00
ctk_progressbar.py added focus wrapper functions to all widgets 2022-10-05 21:11:46 +02:00
ctk_radiobutton.py added focus wrapper functions to all widgets 2022-10-05 21:11:46 +02:00
ctk_scrollbar.py added focus wrapper functions to all widgets 2022-10-05 21:11:46 +02:00
ctk_slider.py added focus wrapper functions to all widgets 2022-10-05 21:11:46 +02:00
ctk_switch.py added focus wrapper functions to all widgets 2022-10-05 21:11:46 +02:00
ctk_tabview.py added focus wrapper functions to all widgets 2022-10-05 21:11:46 +02:00
ctk_textbox.py added focus wrapper functions to all widgets 2022-10-05 21:11:46 +02:00
dropdown_menu.py fixed dropdown menu configuring 2022-10-07 16:54:46 +02:00
widget_base_class.py added CTkScrolledTextbox 2022-10-05 10:35:41 +02:00
widget_helper_functions.py removed .config(), added kwargs managing and filtering, added kwargs exceptions, fixed cursor color for combobox 2022-10-03 23:50:59 +02:00