Your tkinter ScrollableFrame
Project description
ScrollableFrame
Your tkinter ScrollableFrame
from tkinter import *
from ScrollableFrame import *
root = Tk()
# It's no different from tkinter's Frame,
# orient(The orient of scroolbar): 0 -> VERTICAL, 1->HORIZONTAL, 2->both
sf = ScrollableFrame(root, orient = 2 , height=180, width=360) # :-)
Label(sf.frame, text=("(^_^)"*20+'\n')*20).pack()
sf.pack()
root.mainloop()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ScrollableFrame-0.0.4.tar.gz
(3.6 kB
view details)
Built Distribution
File details
Details for the file ScrollableFrame-0.0.4.tar.gz
.
File metadata
- Download URL: ScrollableFrame-0.0.4.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8ab70769c2b0ce825fb308dcdaad939805b9dedff6f335fc48581d8033021fc |
|
MD5 | 22d95159a80b62d102d90da568af9ff7 |
|
BLAKE2b-256 | 44747395c96cdce11748a73f521d3be7d784a1948232111b68f233f1796a65b3 |
File details
Details for the file ScrollableFrame-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: ScrollableFrame-0.0.4-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e110820381dcd482673cdaf62acdc475f3ce0b2cfbc101ca41ea6a68f0558853 |
|
MD5 | e3dedb010f888583092f47a8e720ed48 |
|
BLAKE2b-256 | 969b6b597f068884a179a2166a43119659f46be02c2252f34bc70de0ef427803 |