perl-win32-gui  

[perl-win32-gui] two questions...

EvanK40767
Tue, 14 Nov 2000 20:56:17 -0800

ok, first of all, is it possible to change the object options (for instance, 
"-disable") after the object is already defined?  I mean, I've tried using 
hashes in all these different ways, but none of them work:

$Button{-disable} = 1;
$Button{'-disable'} = 1;
$Button->{-disable} = 1;
$Button->{'-disable'} = 1;

so, can I change those options, and if so, how?