随笔分类 - Python
摘要:Here is the list of possible options − expand: When set to true, widget expands to fill any space not otherwise used in widget's parent. fill: Determi
阅读全文
摘要:Lable 标签 Label=Tkinter.Lable(master,text=’helloworld!’) 属性: master 说明: 指定控件的父窗口 text 说明:要显示的文字 Label=Tkinter.Lable(master,text=’helloworld!’) wrapleng
阅读全文