summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/webkit/DOMMouseEvent.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cocoaint/src/webkit/DOMMouseEvent.inc')
-rw-r--r--packages/cocoaint/src/webkit/DOMMouseEvent.inc12
1 files changed, 5 insertions, 7 deletions
diff --git a/packages/cocoaint/src/webkit/DOMMouseEvent.inc b/packages/cocoaint/src/webkit/DOMMouseEvent.inc
index 1839703765..887944fd2c 100644
--- a/packages/cocoaint/src/webkit/DOMMouseEvent.inc
+++ b/packages/cocoaint/src/webkit/DOMMouseEvent.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMMouseEvent.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMMOUSEEVENT_PAS_C}
{ DOMMouseEvent }
- DOMMouseEvent = objcclass(DOMUIEvent)
+ DOMMouseEvent = objcclass external (DOMUIEvent)
public
- class function alloc: DOMMouseEvent; message 'alloc';
-
function screenX: cint; message 'screenX';
function screenY: cint; message 'screenY';
function clientX: cint; message 'clientX';
@@ -64,12 +62,12 @@
function fromElement: DOMNode; message 'fromElement';
function toElement: DOMNode; message 'toElement';
procedure initMouseEvent_canBubble_cancelable_view_detail_screenX_screenY_clientX_clientY_ctrlKey_altKey_shiftKey_metaKey_button_relatedTarget(type__: NSString; canBubble: Boolean; cancelable_: Boolean; view_: DOMAbstractView; detail_: cint; screenX_: cint; screenY_: cint; clientX_: cint; clientY_: cint; ctrlKey_: Boolean; altKey_: Boolean; shiftKey_: Boolean; metaKey_: Boolean; button_: cushort; relatedTarget_: id); message 'initMouseEvent:canBubble:cancelable:view:detail:screenX:screenY:clientX:clientY:ctrlKey:altKey:shiftKey:metaKey:button:relatedTarget:';
- end; external;
+ end;
{ DOMMouseEventDeprecatedCategory }
- DOMMouseEventDeprecatedCategory = objccategory(DOMMouseEvent)
+ DOMMouseEventDeprecatedCategory = objccategory external (DOMMouseEvent)
procedure initMouseEvent(type__: NSString; canBubble: Boolean; cancelable_: Boolean; view_: DOMAbstractView; detail_: cint; screenX_: cint; screenY_: cint; clientX_: cint; clientY_: cint; ctrlKey_: Boolean; altKey_: Boolean; shiftKey_: Boolean; metaKey_: Boolean; button_: cushort; relatedTarget_: id); message 'initMouseEvent:type:canBubble:cancelable:view:detail:screenX:screenY:clientX:clientY:ctrlKey:altKey:shiftKey:metaKey:button:';
- end; external;
+ end;
{$endif}
{$endif}