CustomTkinter/customtkinter/widgets
2022-10-22 01:20:08 +02:00
..
__init__.py restructured settings, small scaling fixes in CTk 2022-05-22 00:02:45 +02:00
ctk_button.py finished CTkFont support for button, label, checkbox, created test_font.py 2022-10-21 21:28:31 +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 CTkFont support for checkbox, combobox. Added padding to entry in combobox, combined grid commands for combobox in configure_grid_system method 2022-10-21 21:54:42 +02:00
ctk_combobox.py fixed focus bug of CTk and CTkToplevel on macOS 2022-10-22 01:20:08 +02:00
ctk_entry.py fixed focus bug of CTk and CTkToplevel on macOS 2022-10-22 01:20:08 +02:00
ctk_frame.py added no_color_updates option for set_scaling methods, added transparency effect on Windows when window scaling, changed scaling loop times 2022-10-15 01:02:54 +02:00
ctk_label.py finished CTkFont support for button, label, checkbox, created test_font.py 2022-10-21 21:28:31 +02:00
ctk_optionmenu.py added no_color_updates option for set_scaling methods, added transparency effect on Windows when window scaling, changed scaling loop times 2022-10-15 01:02:54 +02:00
ctk_progressbar.py added no_color_updates option for set_scaling methods, added transparency effect on Windows when window scaling, changed scaling loop times 2022-10-15 01:02:54 +02:00
ctk_radiobutton.py added no_color_updates option for set_scaling methods, added transparency effect on Windows when window scaling, changed scaling loop times 2022-10-15 01:02:54 +02:00
ctk_scrollbar.py added _set_dimensions method to every widget, now called from CTkBaseClass, added separate width and height attributes for small canvas in CTkCheckbox, CTkRadioButton, CTkSwitch 2022-10-14 18:51:44 +02:00
ctk_segmented_button.py added move() method to CTkTabview 2022-10-14 19:58:16 +02:00
ctk_slider.py added no_color_updates option for set_scaling methods, added transparency effect on Windows when window scaling, changed scaling loop times 2022-10-15 01:02:54 +02:00
ctk_switch.py added no_color_updates option for set_scaling methods, added transparency effect on Windows when window scaling, changed scaling loop times 2022-10-15 01:02:54 +02:00
ctk_tabview.py added no_color_updates option for set_scaling methods, added transparency effect on Windows when window scaling, changed scaling loop times 2022-10-15 01:02:54 +02:00
ctk_textbox.py removed bg and background argument support from CTk and CTkToplevel 2022-10-16 20:13:19 +02:00
dropdown_menu.py added no_color_updates option for set_scaling methods, added transparency effect on Windows when window scaling, changed scaling loop times 2022-10-15 01:02:54 +02:00
widget_base_class.py fixed focus bug of CTk and CTkToplevel on macOS 2022-10-22 01:20:08 +02:00