.. |
__init__.py
|
restructured settings, small scaling fixes in CTk
|
2022-05-22 00:02:45 +02:00 |
ctk_button.py
|
added CTkFont support to all widgets
|
2022-10-22 15:08:13 +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
|
removed Settings class, moved settings to widgets and windows, added 'jusitfy' attribute to combobox and 'anchor' to optionmenu #528, added 'hover' attribute to all widgets and configure and cget methods, fixed missing attributes in configure
|
2022-10-22 14:24:04 +02:00 |
ctk_combobox.py
|
removed Settings class, moved settings to widgets and windows, added 'jusitfy' attribute to combobox and 'anchor' to optionmenu #528, added 'hover' attribute to all widgets and configure and cget methods, fixed missing attributes in configure
|
2022-10-22 14:24:04 +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 CTkFont support to all widgets
|
2022-10-22 15:08:13 +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 CTkFont support to all widgets
|
2022-10-22 15:08:13 +02:00 |
ctk_scrollbar.py
|
removed Settings class, moved settings to widgets and windows, added 'jusitfy' attribute to combobox and 'anchor' to optionmenu #528, added 'hover' attribute to all widgets and configure and cget methods, fixed missing attributes in configure
|
2022-10-22 14:24:04 +02:00 |
ctk_segmented_button.py
|
added move() method to CTkTabview
|
2022-10-14 19:58:16 +02:00 |
ctk_slider.py
|
removed Settings class, moved settings to widgets and windows, added 'jusitfy' attribute to combobox and 'anchor' to optionmenu #528, added 'hover' attribute to all widgets and configure and cget methods, fixed missing attributes in configure
|
2022-10-22 14:24:04 +02:00 |
ctk_switch.py
|
added CTkFont support to all widgets
|
2022-10-22 15:08:13 +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
|
added CTkFont support to all widgets
|
2022-10-22 15:08:13 +02:00 |
dropdown_menu.py
|
added CTkFont support to all widgets
|
2022-10-22 15:08:13 +02:00 |
widget_base_class.py
|
removed Settings class, moved settings to widgets and windows, added 'jusitfy' attribute to combobox and 'anchor' to optionmenu #528, added 'hover' attribute to all widgets and configure and cget methods, fixed missing attributes in configure
|
2022-10-22 14:24:04 +02:00 |