项目作者: ActiveState

项目描述 :
Tkinter with table scrollbars
高级语言: Python
项目地址: git://github.com/ActiveState/recipe-580793-tkinter-table-scroll.git
创建时间: 2019-10-10T15:40:25Z
项目社区:https://github.com/ActiveState/recipe-580793-tkinter-table-scroll

开源协议:MIT License

下载


This repository covers the following recipe from code.activestate.com:

TKINTER TABLE WITH SCROLLBARS

Created by Miguel Martínez López on Tue, 2 May 2017

I created here a tkinter table with scrollbar support. I use one of my other recipes for the mousewheel support and scrolling:

https://code.activestate.com/recipes/580640-scrolling-frame-with-mouse-wheel-support

Usage

If you already have the State Tool installed you can simply run

  1. state activate ActiveState-Recipes/recipe-580793-tkinter-table-scroll

If you do not have the State Tool installed you can use the following convenient one-liner.

Linux:

  1. sh <(curl -q https://platform.activestate.com/dl/cli/install.sh) -n -f && state activate --path $HOME/ActiveState-Recipes/recipe-580793-tkinter-table-scroll ActiveState-Recipes/recipe-580793-tkinter-table-scroll

Windows:

  1. powershell "Set-Item -Path Env:NOPROMPT_INSTALL -Value 'true'; IEX(New-Object Net.WebClient).downloadString('https://platform.activestate.com/dl/cli/install.ps1')" && state activate --path %APPDATA%/ActiveState-Recipes/recipe-580793-tkinter-table-scroll ActiveState-Recipes/recipe-580793-tkinter-table-scroll

macOS: not yet supported