Skip to content

Commit 9238332

Browse files
committed
Updated README.
1 parent cc15be8 commit 9238332

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@ You can use `ScrollableContainers` to reduce headaches.
1010
pip install ScrollableContainers
1111
```
1212

13-
[Tkinter](#Tkinter) [wxPython](#wxPython) [Qt5](#Qt5)
13+
Scrollable containers are currently available for the following GUI toolkits.
14+
* [Tkinter](#Tkinter)
15+
* [wxPython](#wxPython)
16+
* [Qt5](#Qt5)
1417

1518
# Tkinter
16-
`ScrollableContainers.Tk.ScrollableFrameTk`: a comprehensive implementation of a scrollable frame.
19+
`ScrollableContainers.Tk.ScrollableFrameTk`: a comprehensive implementation of a scrollable frame, and the flagship
20+
class of this project. (I wrote the other classes just for completeness.)
1721

1822
### Usage
1923
Add widgets to the `frame` attribute of a `ScrollableFrameTk` object.

0 commit comments

Comments
 (0)