Moosems
Moosems
I can't use the Scrollwheel to scroll
### What's your feature request? Allow people to give an argument for tooltip delays ### Alternatives you've considered _No response_
### What's your feature request? I would like a builtin way to get the needed size of widgets without Tcl calls :D Currently its: ```python button = Button(window, text="Click Me!",...
### Describe the bug ```python Traceback (most recent call last): File "/Users/Moosems/Desktop/DIP-dev-Tukaan/test.py", line 9, in tabview.enable_tab_dragging() File "/Users/Moosems/Desktop/DIP-dev-Tukaan/venv/lib/python3.12/site-packages/tukaan/widgets/tabview.py", line 205, in enable_tab_dragging self.events.bind("", self._on_tab_drag, send_event=True) ^^^^^^^^^^^ AttributeError: 'TabView' object has...
### Describe the bug This means that they aren't cleaned up in `.destroy()` and is *technically* a memory leak. Lines 192, 199. ### Expected behavior We save them and destroy...
### Describe the bug ```python import tukaan app = tukaan.App() window = tukaan.MainWindow(title="Test TabView widget") # Create tabview tabview = tukaan.TabView(window) tabview.grid(margin=20) # Create tabs tab_1 = tabview.Tab("Tab 1") tab_2...
### Describe the bug At least for my system you get a moment where the screen hasn't updated with the widgets and though its very fast it is actually noticeable...
With normal messageboxes you can give it a parent window and the messagebox will stick to the parent at the top. With the current code it goes to the middle....
Could the scale options be explained a little? I assume the one named "scale" with the float value would simply be a multiplier like .7 or 1.5 to decrease and...
**Is your feature request related to a problem? Please describe.** Would be nice to be able to say that a website I made with this is "secure" (the s in...