perl-win32-gui  

Re: [perl-win32-gui] use of $W->{-dialogui} = 1; ??

Jonathan Southwick
Mon, 18 Dec 2000 05:04:26 -0800

I believe that allows Window objects to act like a Dialog Box objects, i.e. receives tab key presses to advance the cursor from one tabstoped object to another.
 
Jonathan Southwick
 
----- Original Message -----
Sent: Sunday, December 17, 2000 11:54 PM
Subject: [perl-win32-gui] use of $W->{-dialogui} = 1; ??

can anyone tell me what is the use of
 
$W->{-dialogui} = 1;  ?
 
chris