- Tkinter GUI Application Development Cookbook
- Alejandro Rodas de Paz
- 77字
- 2021-08-27 19:44:01
Tracing text changes
Tk variables allow your applications to get notified when an input changes its value. There are four variable classes in Tkinter: BooleanVar, DoubleVar, IntVar, and StringVar. Each one wraps the value of the corresponding Python type, which should match the type of the input widget attached to the variable.
This feature is particularly useful if you want to automatically update certain parts of your application based on the current state of some input widgets.
推薦閱讀
- 極簡算法史:從數學到機器的故事
- 編程的修煉
- 跟“龍哥”學C語言編程
- R語言數據可視化之美:專業圖表繪制指南
- UML+OOPC嵌入式C語言開發精講
- Banana Pi Cookbook
- jQuery開發基礎教程
- Python Web數據分析可視化:基于Django框架的開發實戰
- Arduino可穿戴設備開發
- Android Studio Cookbook
- The Applied Data Science Workshop
- Implementing Splunk(Second Edition)
- PhoneGap 3.x Mobile Application Development Hotshot
- 計算機教學研究與實踐:2017學術年會論文集
- Python Geospatial Analysis Cookbook