CustomTkinter/customtkinter/widgets
2022-10-05 19:06:40 +02:00
..
__init__.py restructured settings, small scaling fixes in CTk 2022-05-22 00:02:45 +02:00
ctk_button.py enhanced bind and unbind with double bind call on two tkinter widgets for some CTk widgets 2022-10-04 16:55:34 +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 fixed typo in all unbind methods 2022-10-04 03:16:59 +02:00
ctk_combobox.py fixed typo in all unbind methods 2022-10-04 03:16:59 +02:00
ctk_entry.py fixed typo in all unbind methods 2022-10-04 03:16:59 +02:00
ctk_frame.py fixed typo in all unbind methods 2022-10-04 03:16:59 +02:00
ctk_label.py enhanced bind and unbind with double bind call on two tkinter widgets for some CTk widgets 2022-10-04 16:55:34 +02:00
ctk_optionmenu.py enhanced bind and unbind with double bind call on two tkinter widgets for some CTk widgets 2022-10-04 16:55:34 +02:00
ctk_progressbar.py fixed typo in all unbind methods 2022-10-04 03:16:59 +02:00
ctk_radiobutton.py fixed typo in all unbind methods 2022-10-04 03:16:59 +02:00
ctk_scrollbar.py fixed typo in all unbind methods 2022-10-04 03:16:59 +02:00
ctk_slider.py fixed typo in all unbind methods 2022-10-04 03:16:59 +02:00
ctk_switch.py fixed typo in all unbind methods 2022-10-04 03:16:59 +02:00
ctk_tabview.py updated changelog 2022-10-05 18:51:42 +02:00
ctk_textbox.py fixed textbox border spacing 2022-10-05 19:06:40 +02:00
dropdown_menu.py removed .config(), added kwargs managing and filtering, added kwargs exceptions, fixed cursor color for combobox 2022-10-03 23:50:59 +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