Skip to content

Commit 33cf914

Browse files
authored
Added ScrollableFrameTk demo GIF (#13)
1 parent 69d9515 commit 33cf914

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
5760
scroll events. Do not `unbind_all` (or `bind_all` another function to) these three sequences!

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "ScrollableContainers"
7-
version = "2.1.0rc0"
7+
version = "2.1.0"
88
authors = [
99
{ name = "Vishal Pankaj Chandratreya" },
1010
]

0 commit comments

Comments
 (0)