Class
WebKit2WebExtensionDOMElement
Ancestors
- WebKitDOMNode
- WebKitDOMObject
- GObject
Instance methods
webkit_dom_element_get_bounding_client_rect
Returns a WebKitDOMClientRect
representing the size and position of self
relative to the viewport.
Available since: 2.18
Deprecated since: 2.22
webkit_dom_element_get_children
Available since: 2.10
Deprecated since: 2.22
webkit_dom_element_get_class_list
Available since: 2.16
Deprecated since: 2.22
webkit_dom_element_get_client_rects
Returns a collection of WebKitDOMClientRect
objects, each of which describe
the size and position of a CSS border box relative to the viewport.
Available since: 2.18
Deprecated since: 2.22
webkit_dom_element_get_elements_by_class_name_as_html_collection
Available since: 2.12
Deprecated since: 2.22
webkit_dom_element_get_elements_by_tag_name_as_html_collection
Available since: 2.12
Deprecated since: 2.22
webkit_dom_element_get_elements_by_tag_name_ns_as_html_collection
Available since: 2.12
Deprecated since: 2.22
webkit_dom_element_get_inner_html
Available since: 2.8
Deprecated since: 2.22
webkit_dom_element_get_local_name
Available since: 2.14
Deprecated since: 2.22
webkit_dom_element_get_namespace_uri
Available since: 2.14
Deprecated since: 2.22
webkit_dom_element_get_outer_html
Available since: 2.8
Deprecated since: 2.22
webkit_dom_element_get_webkit_region_overset
CSS Regions support has been removed. This function does nothing.
webkit_dom_element_html_input_element_get_auto_filled
webkit_dom_element_html_input_element_is_user_edited
Get whether element
is an HTML text input element that has been edited by a user action.
Available since: 2.22
webkit_dom_element_html_input_element_set_auto_filled
Set whether the element is an HTML input element that has been filled automatically.
If element
is not an HTML input element this function does nothing.
Available since: 2.22
webkit_dom_element_html_input_element_set_editing_value
Set the value of an HTML input element as if it had been edited by
the user, triggering a change event. If element
is not an HTML input
element this function does nothing.
Available since: 2.22
webkit_dom_element_insert_adjacent_element
Available since: 2.16
Deprecated since: 2.22
webkit_dom_element_insert_adjacent_html
Available since: 2.16
Deprecated since: 2.22
webkit_dom_element_insert_adjacent_text
Available since: 2.16
Deprecated since: 2.22
webkit_dom_element_request_pointer_lock
Available since: 2.16
Deprecated since: 2.22
webkit_dom_element_set_inner_html
Available since: 2.8
Deprecated since: 2.22
webkit_dom_element_set_outer_html
Available since: 2.8
Deprecated since: 2.22
webkit_dom_element_webkit_matches_selector
Available since: 2.16
Deprecated since: 2.22
webkit_dom_element_webkit_request_fullscreen
Available since: 2.16
Deprecated since: 2.22
Methods inherited from WebKitDOMNode (35)
webkit_dom_node_append_child
Deprecated since: 2.22
webkit_dom_node_clone_node
Deprecated since: 2.14
webkit_dom_node_clone_node_with_error
Available since: 2.14
Deprecated since: 2.22
webkit_dom_node_compare_document_position
Deprecated since: 2.22
webkit_dom_node_contains
Deprecated since: 2.22
webkit_dom_node_get_base_uri
Deprecated since: 2.22
webkit_dom_node_get_child_nodes
Deprecated since: 2.22
webkit_dom_node_get_first_child
Deprecated since: 2.22
webkit_dom_node_get_last_child
Deprecated since: 2.22
webkit_dom_node_get_local_name
Deprecated since: 2.14
webkit_dom_node_get_namespace_uri
Deprecated since: 2.14
webkit_dom_node_get_next_sibling
Deprecated since: 2.22
webkit_dom_node_get_node_name
Deprecated since: 2.22
webkit_dom_node_get_node_type
Deprecated since: 2.22
webkit_dom_node_get_node_value
Deprecated since: 2.22
webkit_dom_node_get_owner_document
Deprecated since: 2.22
webkit_dom_node_get_parent_element
Deprecated since: 2.22
webkit_dom_node_get_parent_node
Deprecated since: 2.22
webkit_dom_node_get_prefix
Deprecated since: 2.14
webkit_dom_node_get_previous_sibling
Deprecated since: 2.22
webkit_dom_node_get_text_content
Deprecated since: 2.22
webkit_dom_node_has_child_nodes
Deprecated since: 2.22
webkit_dom_node_insert_before
Deprecated since: 2.22
Methods inherited from WebKitDOMEventTarget (5)
webkit_dom_event_target_add_event_listener
Deprecated since: 2.22
webkit_dom_event_target_add_event_listener_with_closure
Version of webkit_dom_event_target_add_event_listener()
using a closure
instead of a callbacks for easier binding in other languages.
Deprecated since: 2.22
webkit_dom_event_target_dispatch_event
Deprecated since: 2.22
webkit_dom_event_target_remove_event_listener
Deprecated since: 2.22
webkit_dom_event_target_remove_event_listener_with_closure
Version of webkit_dom_event_target_remove_event_listener()
using a closure
instead of a callbacks for easier binding in other languages.
Deprecated since: 2.22