import "OverflowEvent.idl";

Public Member Functions | |
| void | initOverflowEvent (in unsigned short orient, in boolean horizontalOverflow, in boolean verticalOverflow) |
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 27 of file OverflowEvent.idl.
| void initOverflowEvent | ( | in unsigned short | orient, | |
| in boolean | horizontalOverflow, | |||
| in boolean | verticalOverflow | |||
| ) |
| const unsigned short HORIZONTAL = 0 |
Definition at line 28 of file OverflowEvent.idl.
| const unsigned short VERTICAL = 1 |
Definition at line 29 of file OverflowEvent.idl.
| const unsigned short BOTH = 2 |
Definition at line 30 of file OverflowEvent.idl.
| readonly attribute unsigned short orient |
Definition at line 32 of file OverflowEvent.idl.
| readonly attribute boolean horizontalOverflow |
Definition at line 33 of file OverflowEvent.idl.
| readonly attribute boolean verticalOverflow |
Definition at line 34 of file OverflowEvent.idl.
1.5.4