Greetings all,

I am a new user to this forum. I started learning Win32::GUI. I have a small
question, not sure whether it fits here or not.

my $main = Win32::GUI::Window->new(
        -name   => 'Main',
        -width  => 100,
        -height => 100,
        -text   => 'Perl',
);


What is the difference between $main->Width()   and    $main->ScaleWidth() 
??

What does the -width => 100 mean?

I have tested this by printing the values, they keep on increasing with the
size of the window, but with a constant difference.


Thanks in advance.

Maharathi.
-- 
View this message in context: 
http://www.nabble.com/What-is-the-difference--tf2763839.html#a7706577
Sent from the perl-win32-gui-users mailing list archive at Nabble.com.


Reply via email to