import "OverflowEvent.idl";
Inherits Event.
Inheritance diagram for OverflowEvent:


Public Attributes | |
| const unsigned short | HORIZONTAL = 0 |
| const unsigned short | VERTICAL = 1 |
| const unsigned short | BOTH = 2 |
| readonly attribute unsigned short | orient |
| readonly attribute boolean | horizontalOverflow |
| readonly attribute boolean | verticalOverflow |
Definition at line 21 of file OverflowEvent.idl.
| const unsigned short HORIZONTAL = 0 |
Definition at line 22 of file OverflowEvent.idl.
| const unsigned short VERTICAL = 1 |
Definition at line 23 of file OverflowEvent.idl.
| const unsigned short BOTH = 2 |
Definition at line 24 of file OverflowEvent.idl.
| readonly attribute unsigned short orient |
Definition at line 26 of file OverflowEvent.idl.
| readonly attribute boolean horizontalOverflow |
Definition at line 27 of file OverflowEvent.idl.
| readonly attribute boolean verticalOverflow |
Definition at line 28 of file OverflowEvent.idl.
1.5.1