what would you need that name for? If you want per instance behavior, you need to set up bindings per instance (I would prefer that) or stuff additional data into your widgets instance
my %entries; $entries{MyEntriesName} = $parent->Entry(); $entries{MyEntriesName}->privateData('MyPrivateDataSlot')->{Name}='MyE +ntriesName';
In reply to Re^3: perl Tk
by lamprecht
in thread perl Tk
by jagdish.eashwar
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |