File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,9 @@ Add widgets to the `frame` attribute of a `ScrollableFrameTk` object.
52
52
* The scrollbars do not take up any space. When scrolling or moving the cursor into the window, they are shown
53
53
briefly, and then hidden.
54
54
55
+ ### Demo
56
+ ![ ScrollableFrameTk_demo] ( https://github.com/user-attachments/assets/6a035198-0296-49c3-9ef8-1ff0f196a6cf )
57
+
55
58
### Notes
56
59
` "<Button-4>" ` , ` "<Button-5>" ` and ` "<MouseWheel>" ` are bound to all widgets using ` bind_all ` to handle mouse wheel
57
60
scroll events. Do not ` unbind_all ` (or ` bind_all ` another function to) these three sequences!
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " ScrollableContainers"
7
- version = " 2.1.0rc0 "
7
+ version = " 2.1.0 "
8
8
authors = [
9
9
{ name = " Vishal Pankaj Chandratreya" },
10
10
]
You can’t perform that action at this time.
0 commit comments