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.
5252 * The scrollbars do not take up any space. When scrolling or moving the cursor into the window, they are shown
5353 briefly, and then hidden.
5454
55+ ### Demo
56+ ![ ScrollableFrameTk_demo] ( https://github.com/user-attachments/assets/6a035198-0296-49c3-9ef8-1ff0f196a6cf )
57+
5558### Notes
5659` "<Button-4>" ` , ` "<Button-5>" ` and ` "<MouseWheel>" ` are bound to all widgets using ` bind_all ` to handle mouse wheel
5760scroll 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"
44
55[project ]
66name = " ScrollableContainers"
7- version = " 2.1.0rc0 "
7+ version = " 2.1.0 "
88authors = [
99 { name = " Vishal Pankaj Chandratreya" },
1010]
You can’t perform that action at this time.
0 commit comments