RedFantom

Results 73 comments of RedFantom

So, if I understand the question correctly, you would like a widget that is capable of returning a range by letting the user use two markers? That would indeed require...

Actually I was making changes while you posted this. I'll elaborate on them. I created three new options. `offset` to make the offset from the cursor position an option, `showheader`...

With regards to [this commit](https://github.com/TkinterEP/ttkwidgets/commit/a92c7062ce2767f1a00e0fb4a9e37dc73059acbe): Please just use a single branch for a single purpose. Like I said before, I'd like to implement something like the tooltips you imagined, but...

It's kind of complicated to move this to a separate issue now, so I'll just leave it as-is, but this would indeed have been more appropriate in a separate issue....

I do not mind dropping support for Python 3.4, but dropping support for Python 3.5 is not something that I think is appropriate yet. There is indeed only a little...

During the holidays I will be spending some time on various projects, particularly [gttk](https://github.com/TkinterEP/python-gttk), but I don't feel particularly inclined to rewrite existing code to remove Python 3.4 and 3.5...

What do you think of the current implementation in [hook.py](https://github.com/TkinterEP/ttkwidgets/blob/tooltips/ttkwidgets/hook.py)? It addresses your concern that it may be incompatible with other libraries that may depend on overwriting `__init__`. The only...

Documentation in the file itself is now up to scratch and the implementation for hooking a keyword argument for the tooltip is available in [`tooltips.py`](https://github.com/TkinterEP/ttkwidgets/blob/tooltips/ttkwidgets/tooltips.py), though so far I have...

Thank you both for taking the time to write up your thoughts. I agree with most of the suggestions, but my attention is currently focused elsewhere. Mostly I am studying,...

It's been a really long time since you've opened this issue, but I've looked at it now. Some of what you would like to implement is already in the `ItemsCanvas`...