How do you get the children of a Tk Widget?
Posted
by Xofo
on Stack Overflow
See other posts from Stack Overflow
or by Xofo
Published on 2010-05-12T22:56:23Z
Indexed on
2010/05/14
22:44 UTC
Read the original article
Hit count: 474
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?
© Stack Overflow or respective owner