<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Re: [Tkinter-discuss] Tkinter-discuss Digest, Vol 34, Issue 5</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2995" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>I have a "form" in my program that has a Text() field with a 
little text, some Buttons with pictures, and some Labels inserted into it.&nbsp; 
If I just do a Text().get(0.0, END) all I get is the text.&nbsp; Is there a way 
to get, pardon my C, a pointer to the Labels so I can cget the text from 
them?</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>A picture of my form: <A 
href="http://www.greschke.com/unlinked/images/getem.jpg">www.greschke.com/unlinked/images/getem.jpg</A></FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>I specifically want the 7-digit number in the light blue areas 
(the Labels).&nbsp; I can keep a list of the numbers as I insert the Labels, but 
the user may edit&nbsp;some of them out of the list (like with the keyboard), so 
then my list wouldn't match.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Thanks!</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Bob</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV></BODY></HTML>