如何获取 Tk Widget 的子级?
如何告诉 Tk 小部件告诉我它的子级是什么(或谁,视情况而定)?有这个命令吗?
例如,给定一个带有标签、按钮和其他装饰的画布小部件 .cvs
...如何询问画布?
How do tell a Tk widget to tell me what (or who as the case may be) its children are? Is there a command for this?
For example given a canvas widget .cvs
with a label, a button and other adornments ... How do interrogate the canvas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅http://www.tcl.tk/man/tcl8。 5/TkCmd/winfo.htm#M8
see http://www.tcl.tk/man/tcl8.5/TkCmd/winfo.htm#M8