摘要: 转载:https://blog.csdn.net/hepu8/article/details/90345072 1 # -*- coding: utf-8 -*- 2 import tkinter as tk #装载tkinter模块,用于Python3 3 from tkinter import 阅读全文
posted @ 2021-09-22 18:33 linbo.yang 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/hepu8/article/details/89417831 用Tkinter打造GUI开发工具(12)Tkinter小部件的grid布局部件的网格放置grid()方法是使用行列位置的方法放置部件。 grid()方法布局管理器会将控件放置到一个二维的 阅读全文
posted @ 2021-09-22 18:19 linbo.yang 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/hepu8/article/details/89115187 用Tkinter打造GUI开发工具(10)Tkinter的Frame框架部件Frame框架部件是Tkinter的容器部件,负责安排其它部件的位置,Frame组件采用在屏幕上的矩形区域组织布 阅读全文
posted @ 2021-09-22 18:05 linbo.yang 阅读(507) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/hepu8/article/details/88833912 1 # -*- coding: utf-8 -*- 2 import tkinter as tk #装载tkinter模块,用于Python3 3 import tkinter.font 阅读全文
posted @ 2021-09-22 17:18 linbo.yang 阅读(790) 评论(0) 推荐(0) 编辑
摘要: 本文转载: https://blog.csdn.net/hepu8/article/details/88630979 用Tkinter打造GUI开发工具(6)小部件颜色Tkinter小部件的常用属性是颜色属性,activebackground、activeforeground、background、 阅读全文
posted @ 2021-09-22 16:49 linbo.yang 阅读(130) 评论(0) 推荐(0) 编辑