.. |
__init__.py
|
restructured settings, small scaling fixes in CTk
|
2022-05-22 00:02:45 +02:00 |
ctk_button.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_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 _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_combobox.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_entry.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_frame.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_label.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_optionmenu.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_progressbar.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_radiobutton.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_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 CTkSegmentedButton
|
2022-10-14 19:49:18 +02:00 |
ctk_slider.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_switch.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_tabview.py
|
added configure and cget to CTkTabview
|
2022-10-14 19:36:52 +02:00 |
ctk_textbox.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 |
dropdown_menu.py
|
fixed dropdown menu configuring
|
2022-10-07 16:54:46 +02:00 |
widget_base_class.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 |
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 |