tkinter组件位置和大小参数,place()

本文详细解释了如何在一个父级widget中放置子widget,包括位置选项如master-master关系、锚点定位、尺寸调整以及边框模式设置等。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Place a widget in the parent widget. Use as options: 
in=master - master relative to which the widget is placed in_=master - see 'in' option description 
x=amount - locate anchor of this widget at position x of master 
y=amount - locate anchor of this widget at position y of master 
relx=amount - locate anchor of this widget between 0.0 and 1.0 relative to width of master (1.0 is right edge) 
rely=amount - locate anchor of this widget between 0.0 and 1.0 relative to height of master (1.0 is bottom edge) 
anchor=NSEW (or subset) - position anchor according to given direction 
width=amount - width of this widget in pixel 
height=amount - height of this widget in pixel 
relwidth=amount - width of this widget between 0.0 and 1.0 relative to width of master (1.0 is the same width as the master) 
relheight=amount - height of this widget between 0.0 and 1.0 relative to height of master (1.0 is the same height as the master) 
bordermode="inside" or "outside" - whether to take border width of master widget into account

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值