码迷,mamicode.com
首页 > 编程语言 > 详细

Python——Button参数

时间:2018-12-29 11:08:32      阅读:753      评论:0      收藏:0      [点我收藏+]

标签:border   map   font   style   指针样式   order   指针   ring   led   

  anchor:   指定按钮上文本的位置;
  background(bg): 指定按钮的背景色;
  bitmap:指定按钮上显示的位图;
  borderwidth(bd): 指定按钮边框的宽度;
  command: 指定按钮消息的回调函数;
  cursor:    指定鼠标移动到按钮上的指针样式;
  font: 指定按钮上文本的字体;
  foreground(fg): 指定按钮的前景色;
  height:  指定按钮的高度;
  image:  指定按钮上显示的图片;
  state:指定按钮的状态(disabled);
  text: 指定按钮上显示的文本;
  width: 指定按钮的宽度
  padx: 设置文本与按钮边框x的距离,还有pady;
  activeforeground:按下时前景色
  textvariable:可变文本,与StringVar等配合着用

Python——Button参数

标签:border   map   font   style   指针样式   order   指针   ring   led   

原文地址:https://www.cnblogs.com/cxys85/p/10193731.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!