File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,14 @@ You can use `ScrollableContainers` to reduce headaches.
10
10
pip install ScrollableContainers
11
11
```
12
12
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 )
14
17
15
18
# 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.)
17
21
18
22
### Usage
19
23
Add widgets to the ` frame ` attribute of a ` ScrollableFrameTk ` object.
You can’t perform that action at this time.
0 commit comments