Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

SplitterEvent.SplitterEvent

Creates a SplitterEvent object.

Syntax

public SplitterEvent( int x**, int** y**, int** splitX**, int** splitY )

Parameters

x

The x-coordinate of the mouse pointer (in client coordinates).

y

The y-coordinate of the mouse pointer (in client coordinates).

splitX

The x-coordinate of the upper-left corner of the splitter (in client coordinates).

splitY

The y-coordinate of the upper-left corner of the splitter (in client coordinates).