ttkwidgets icon indicating copy to clipboard operation
ttkwidgets copied to clipboard

A collection of widgets for Tkinter's ttk extensions by various authors

Results 41 ttkwidgets issues
Sort by recently updated
recently updated
newest added

### Description Added check_all and uncheck_all to checkboxtreeview.py

Hi, I tried the following code, but the checkbox is not appearing when I add the image. ``` from ttkwidgets import CheckboxTreeview import tkinter as tk root = tk.Tk() tree...

I am testing with the AutocompleteCombobox from ttkwidgets, and I found that this part might have the bug. ```python # now finally perform the auto completion if self._hits: self.delete(0, tk.END)...

I have been poking around with the table example code: ttkwidgets/example_table.py at master · TkinterEP/ttkwidgets https://github.com/TkinterEP/ttkwidgets/blob/master/examples/example_table.py And cannot get past the error: Python 3.7.13 (default, Mar 28 2022, 08:03:21) [MSC...

In ComboBox, we have ``. `company_box.bind("", pick_theme)` Similarly whats the equivalent for `` in AutocompleteCombobox

The check icons ttkwidgets/assets/checked.png and unchecked.png (and I assume others) have white backgrounds. This causes a border to be visible when the background colour of a row is set. Would...

For new widgets only: Title: Merge [NumberedText, DynamicNotebook, EditableTreeview ](https://github.com/kurawlefaraaz/ttkwidgets)into master to add NumberedText, DynamicNotebook, EditableTreeview widget ### PR Details: - Widget name: NumberedText, DynamicNotebook, EditableTreeview - Author: Faraaz Kurawle...

#### Description: In the `AutocompleteCombobox` class, the `handle_keyrelease` method currently checks for the length of `event.keysym` to determine if autocomplete should be triggered. This check fails for Cyrillic characters, as...

For new widgets only: Title: Merge [NumberedText, DynamicNotebook, EditableTreeview ](https://github.com/kurawlefaraaz/ttkwidgets)into master to add NumberedText, DynamicNotebook, EditableTreeview widget PR Details: Widget name: NumberedText, DynamicNotebook, EditableTreeview Author: Faraaz Kurawle Description NumberedText: Text...