Files
Mozilla/mozilla/dom/public/idl/base/Screen.idl
joki%netscape.com fbd30c39f0 Updated DOM idl files including new idl for window.screen and window.history
git-svn-id: svn://10.0.0.236/trunk@18952 18797224-902f-48f8-a5cc-f745e15eee43
1999-01-28 22:20:01 +00:00

14 lines
466 B
Plaintext

interface Screen {
/* IID: { 0x77947960, 0xb4af, 0x11d2, \
{ 0xbd, 0x93, 0x00, 0x80, 0x5f, 0x8a, 0xe3, 0xf4 } } */
readonly attribute int width;
readonly attribute int height;
readonly attribute int pixelDepth;
readonly attribute int colorDepth;
readonly attribute int availWidth;
readonly attribute int availHeight;
readonly attribute int availLeft;
readonly attribute int availTop;
};