OverflowEvent

Module:
events
Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

initOverflowEvent

initOverflowEvent


void initOverflowEvent(
    in unsigned short orient, 
    in boolean horizontalOverflow, 
    in boolean verticalOverflow); 

Member Data

BOTH
HORIZONTAL
horizontalOverflow
orient
VERTICAL
verticalOverflow

BOTH


const unsigned short BOTH = 2; 


HORIZONTAL


const unsigned short HORIZONTAL = 0; 


horizontalOverflow


readonly attribute boolean horizontalOverflow; 


orient


readonly attribute unsigned short orient; 


VERTICAL


const unsigned short VERTICAL = 1; 


verticalOverflow


readonly attribute boolean verticalOverflow; 

 

Last Updated: 2009-05-29