diff options
Diffstat (limited to 'packages/cocoaint/src/webkit/DOMMouseEvent.inc')
| -rw-r--r-- | packages/cocoaint/src/webkit/DOMMouseEvent.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/cocoaint/src/webkit/DOMMouseEvent.inc b/packages/cocoaint/src/webkit/DOMMouseEvent.inc index 887944fd2c..58b67e7376 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.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} @@ -61,12 +61,12 @@ function y: cint; message 'y'; 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:'; + 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_: DOMEventTargetProtocol); message 'initMouseEvent:canBubble:cancelable:view:detail:screenX:screenY:clientX:clientY:ctrlKey:altKey:shiftKey:metaKey:button:relatedTarget:'; end; { DOMMouseEventDeprecatedCategory } 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:'; + 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_: DOMEventTargetProtocol); message 'initMouseEvent:type:canBubble:cancelable:view:detail:screenX:screenY:clientX:clientY:ctrlKey:altKey:shiftKey:metaKey:button:'; deprecated 'in_webkit_version_3 and later'; end; {$endif} |
