DOMWindow
Object Hierarchy:
Description:
[ CCode ( type_id = "webkit_dom_dom_window_get_type ()" ) ]
[ GIR ( name = "DOMDOMWindow" ) ]
public class DOMWindow : Object, EventTarget
[ GIR ( name = "DOMDOMWindow" ) ]
public class DOMWindow : Object, EventTarget
Namespace: WebKit.DOM
Package: webkit2gtk-web-extension-4.0
Content:
Properties:
- public bool closed { get; }
- public string default_status { owned get; set; }
- public double device_pixel_ratio { get; }
- public Document document { get; }
- public Element frame_element { get; }
- public DOMWindow frames { owned get; }
- public long inner_height { get; }
- public long inner_width { get; }
- public ulong length { get; }
- public string name { owned get; set; }
- public bool offscreen_buffering { get; }
- public DOMWindow opener { owned get; }
- public long orientation { get; }
- public long outer_height { get; }
- public long outer_width { get; }
- public long page_x_offset { get; }
- public long page_y_offset { get; }
- public DOMWindow parent { owned get; }
- public long screen_left { get; }
- public long screen_top { get; }
- public long screen_x { get; }
- public long screen_y { get; }
- public long scroll_x { get; }
- public long scroll_y { get; }
- public DOMWindow self { owned get; }
- public string status { owned get; set; }
- public DOMWindow top { owned get; }
- public DOMWindow window { owned get; }
Creation methods:
- protected DOMWindow ()
Methods:
- public void alert (string message)
- public void blur ()
- public void capture_events ()
- public void close ()
- public bool confirm (string message)
- public bool find (string string, bool caseSensitive, bool backwards, bool wrap, bool wholeWord, bool searchInFrames, bool showDialog)
- public void focus ()
- public bool get_closed ()
- public CSSStyleDeclaration get_computed_style (Element element, string? pseudoElement)
- public string get_default_status ()
- public double get_device_pixel_ratio ()
- public unowned Document get_document ()
- public unowned Element get_frame_element ()
- public DOMWindow get_frames ()
- public long get_inner_height ()
- public long get_inner_width ()
- public ulong get_length ()
- public string get_name ()
- public bool get_offscreen_buffering ()
- public DOMWindow get_opener ()
- public long get_orientation ()
- public long get_outer_height ()
- public long get_outer_width ()
- public long get_page_x_offset ()
- public long get_page_y_offset ()
- public DOMWindow get_parent ()
- public long get_screen_left ()
- public long get_screen_top ()
- public long get_screen_x ()
- public long get_screen_y ()
- public long get_scroll_x ()
- public long get_scroll_y ()
- public DOMSelection get_selection ()
- public DOMWindow get_self ()
- public string get_status ()
- public DOMWindow get_top ()
- public DOMWindow get_window ()
- public void move_by (float x, float y)
- public void move_to (float x, float y)
- public void print ()
- public string prompt (string message, string defaultValue)
- public void release_events ()
- public void resize_by (float x, float y)
- public void resize_to (float width, float height)
- public void scroll_by (double x, double y)
- public void scroll_to (double x, double y)
- public void set_default_status (string value)
- public void set_name (string value)
- public void set_status (string value)
- public void stop ()
- public bool webkit_message_handlers_post_message (string handler, string message)
Inherited Members:
All known members inherited from class WebKit.DOM.Object
All known members inherited from class GLib.Object
All known members inherited from interface WebKit.DOM.EventTarget