Mac OS X Reference Library Apple Developer
Search

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; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27