WebKit2WebExtension.DOMUIEvent¶
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
read-only |
||
r |
read-only |
||
r |
read-only |
||
r |
read-only |
||
r |
read-only |
||
r |
read-only |
||
r |
read-only |
||
r |
read-only |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class WebKit2WebExtension.DOMUIEvent(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- get_char_code()¶
-
Deprecated since version 2.22: Use JavaScriptCore API instead
- get_detail()¶
-
Deprecated since version 2.22: Use JavaScriptCore API instead
- get_key_code()¶
-
Deprecated since version 2.22: Use JavaScriptCore API instead
- get_layer_x()¶
-
Deprecated since version 2.22: Use JavaScriptCore API instead
- get_layer_y()¶
-
Deprecated since version 2.22: Use JavaScriptCore API instead
- get_page_x()¶
-
Deprecated since version 2.22: Use JavaScriptCore API instead
- get_page_y()¶
-
Deprecated since version 2.22: Use JavaScriptCore API instead
- get_view()¶
- Returns:
- Return type:
Deprecated since version 2.22: Use JavaScriptCore API instead
- init_ui_event(type, canBubble, cancelable, view, detail)¶
- Parameters:
Deprecated since version 2.22: Use JavaScriptCore API instead
Property Details¶
- WebKit2WebExtension.DOMUIEvent.props.char_code¶
- Name:
char-code
- Type:
- Default Value:
0
- Flags:
read-only
int
UIEvent:char-code
- WebKit2WebExtension.DOMUIEvent.props.detail¶
- Name:
detail
- Type:
- Default Value:
0
- Flags:
read-only
int
UIEvent:detail
- WebKit2WebExtension.DOMUIEvent.props.key_code¶
- Name:
key-code
- Type:
- Default Value:
0
- Flags:
read-only
int
UIEvent:key-code
- WebKit2WebExtension.DOMUIEvent.props.layer_x¶
- Name:
layer-x
- Type:
- Default Value:
0
- Flags:
read-only
int
UIEvent:layer-x
- WebKit2WebExtension.DOMUIEvent.props.layer_y¶
- Name:
layer-y
- Type:
- Default Value:
0
- Flags:
read-only
int
UIEvent:layer-y
- WebKit2WebExtension.DOMUIEvent.props.page_x¶
- Name:
page-x
- Type:
- Default Value:
0
- Flags:
read-only
int
UIEvent:page-x
- WebKit2WebExtension.DOMUIEvent.props.page_y¶
- Name:
page-y
- Type:
- Default Value:
0
- Flags:
read-only
int
UIEvent:page-y
- WebKit2WebExtension.DOMUIEvent.props.view¶
- Name:
view
- Type:
- Default Value:
- Flags:
read-only
WebKit2WebExtension.DOMDOMWindow
UIEvent:view