Hi,

I have:
foreach my $i (a list from a database server) {
    $TK{'item'}->tag( 'bind', "I$i", '<1>'         => sub { &SelectItem($i)
} );
}

Is there a function or array that will lists all the binds/tags for a
particular widget?

Though the list is available by querying the database server again, however,

doing so would be inefficient.

Does this list even exists?

I could always try saving the list into an array though.. but i wanted to
know
if this isnt duplicating anything that is already there.

thanks.

Dan
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to