Class

WebKit2WebExtensionDOMUIEvent

Description

class WebKit2WebExtension.DOMUIEvent : WebKit2WebExtension.DOMEvent {
  parent_instance: WebKitDOMEvent
}
No description available.

Hierarchy

hierarchy this WebKitDOMUIEvent ancestor_0 WebKitDOMEvent ancestor_0--this ancestor_1 WebKitDOMObject ancestor_1--ancestor_0 ancestor_2 GObject ancestor_2--ancestor_1

Instance methods

webkit_dom_ui_event_get_char_code
No description available.

Deprecated since: 2.22

webkit_dom_ui_event_get_detail
No description available.

Deprecated since: 2.22

webkit_dom_ui_event_get_key_code
No description available.

Deprecated since: 2.22

webkit_dom_ui_event_get_layer_x
No description available.

Deprecated since: 2.22

webkit_dom_ui_event_get_layer_y
No description available.

Deprecated since: 2.22

webkit_dom_ui_event_get_page_x
No description available.

Deprecated since: 2.22

webkit_dom_ui_event_get_page_y
No description available.

Deprecated since: 2.22

webkit_dom_ui_event_get_view
No description available.

Deprecated since: 2.22

webkit_dom_ui_event_init_ui_event
No description available.

Deprecated since: 2.22

Methods inherited from WebKitDOMEvent (15)
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

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

WebKit2WebExtension.DOMUIEvent:char-code
No description available.
WebKit2WebExtension.DOMUIEvent:detail
No description available.
WebKit2WebExtension.DOMUIEvent:key-code
No description available.
WebKit2WebExtension.DOMUIEvent:layer-x
No description available.
WebKit2WebExtension.DOMUIEvent:layer-y
No description available.
WebKit2WebExtension.DOMUIEvent:page-x
No description available.
WebKit2WebExtension.DOMUIEvent:page-y
No description available.
WebKit2WebExtension.DOMUIEvent:view
No description available.
Properties inherited from WebKitDOMEvent (10)
WebKit2WebExtension.DOMEvent:bubbles
No description available.
WebKit2WebExtension.DOMEvent:cancel-bubble
No description available.
WebKit2WebExtension.DOMEvent:cancelable
No description available.
WebKit2WebExtension.DOMEvent:current-target
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.

Signals

Signals inherited from GObject (1)
GObject.Object::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct WebKit2WebExtensionDOMUIEventClass {
  WebKitDOMEventClass parent_class;
  
}
No description available.
Class members
parent_class
WebKitDOMEventClass
  No description available.