The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mozilla::DOM::Screen

Mozilla::DOM::Screen is a wrapper around an instance of Mozilla's nsIDOMScreen interface. This class inherits from Supports.

CLASS METHODS

$iid = Mozilla::DOM::Screen->GetIID()

Pass this to QueryInterface.

METHODS

$availheight = $screen->GetAvailHeight()

$availleft = $screen->GetAvailLeft()

$availtop = $screen->GetAvailTop()

$availwidth = $screen->GetAvailWidth()

$colordepth = $screen->GetColorDepth()

$height = $screen->GetHeight()

$left = $screen->GetLeft()

$pixeldepth = $screen->GetPixelDepth()

$top = $screen->GetTop()

$width = $screen->GetWidth()

SEE ALSO

Mozilla::DOM

COPYRIGHT

Copyright (C) 2005-2007, Scott Lanning

This software is licensed under the LGPL. See Mozilla::DOM for a full notice.