Class

WebKit2WebExtensionDOMEvent

Description

class WebKit2WebExtension.DOMEvent : WebKit2WebExtension.DOMObject {
  parent_instance: WebKitDOMObject
}
No description available.

Ancestors

Instance methods

webkit_dom_event_get_bubbles
No description available.

Deprecated since: 2.22

webkit_dom_event_get_cancel_bubble
No description available.

Deprecated since: 2.22

webkit_dom_event_get_cancelable
No description available.

Deprecated since: 2.22

webkit_dom_event_get_current_target
No description available.

Deprecated since: 2.22

webkit_dom_event_get_event_phase
No description available.

Deprecated since: 2.22

webkit_dom_event_get_event_type
No description available.

Deprecated since: 2.22

webkit_dom_event_get_return_value
No description available.

Deprecated since: 2.22

webkit_dom_event_get_src_element
No description available.

Deprecated since: 2.22

webkit_dom_event_get_target
No description available.

Deprecated since: 2.22

webkit_dom_event_get_time_stamp
No description available.

Deprecated since: 2.22

webkit_dom_event_init_event
No description available.

Deprecated since: 2.22

webkit_dom_event_prevent_default
No description available.

Deprecated since: 2.22

webkit_dom_event_set_cancel_bubble
No description available.

Deprecated since: 2.22

webkit_dom_event_set_return_value
No description available.

Deprecated since: 2.22

webkit_dom_event_stop_propagation
No description available.

Deprecated since: 2.22

Properties

WebKit2WebExtension.DOMEvent:bubbles
No description available.
WebKit2WebExtension.DOMEvent:cancel-bubble
No description available.
WebKit2WebExtension.DOMEvent:cancelable
No description available.
WebKit2WebExtension.DOMEvent:event-phase
No description available.
WebKit2WebExtension.DOMEvent:return-value
No description available.
WebKit2WebExtension.DOMEvent:src-element
No description available.
WebKit2WebExtension.DOMEvent:target
No description available.
WebKit2WebExtension.DOMEvent:time-stamp
No description available.
WebKit2WebExtension.DOMEvent:type
No description available.
Properties inherited from WebKitDOMObject (1)
WebKit2WebExtension.DOMObject:core-object
No description available.

Class structure

struct WebKit2WebExtensionDOMEventClass {
  WebKitDOMObjectClass parent_class;
  
}
Class members
parent_class
WebKitDOMObjectClass
  No description available.