CustomTkinter/customtkinter/widgets
2022-10-14 12:52:07 +02:00
..
__init__.py restructured settings, small scaling fixes in CTk 2022-05-22 00:02:45 +02:00
ctk_button.py moved width and height configuring to CTkBaseClass 2022-10-14 12:52:07 +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 master kwarg for all widgets and removed *args 2022-10-06 15:53:52 +02:00
ctk_combobox.py moved width and height configuring to CTkBaseClass 2022-10-14 12:52:07 +02:00
ctk_entry.py moved width and height configuring to CTkBaseClass 2022-10-14 12:52:07 +02:00
ctk_frame.py moved width and height configuring to CTkBaseClass 2022-10-14 12:52:07 +02:00
ctk_label.py moved width and height configuring to CTkBaseClass 2022-10-14 12:52:07 +02:00
ctk_optionmenu.py moved width and height configuring to CTkBaseClass 2022-10-14 12:52:07 +02:00
ctk_progressbar.py moved width and height configuring to CTkBaseClass 2022-10-14 12:52:07 +02:00
ctk_radiobutton.py added master kwarg for all widgets and removed *args 2022-10-06 15:53:52 +02:00
ctk_scrollbar.py moved width and height configuring to CTkBaseClass 2022-10-14 12:52:07 +02:00
ctk_segmented_button.py moved width and height configuring to CTkBaseClass 2022-10-14 12:52:07 +02:00
ctk_slider.py moved width and height configuring to CTkBaseClass 2022-10-14 12:52:07 +02:00
ctk_switch.py added master kwarg for all widgets and removed *args 2022-10-06 15:53:52 +02:00
ctk_tabview.py moved width and height configuring to CTkBaseClass 2022-10-14 12:52:07 +02:00
ctk_textbox.py moved width and height configuring to CTkBaseClass 2022-10-14 12:52:07 +02:00
dropdown_menu.py fixed dropdown menu configuring 2022-10-07 16:54:46 +02:00
widget_base_class.py moved width and height configuring to CTkBaseClass 2022-10-14 12:52:07 +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