WebKitDOMDOMWindow

WebKitDOMDOMWindow

Properties

WebKitDOMDOMApplicationCache * application-cache Read
WebKitDOMNavigator * client-information Read
gboolean closed Read
WebKitDOMDOMWindowCSS * css Read
gchar * default-status Read / Write
gdouble device-pixel-ratio Read
WebKitDOMDocument * document Read
WebKitDOMElement * frame-element Read
WebKitDOMDOMWindow * frames Read
WebKitDOMHistory * history Read
glong inner-height Read
glong inner-width Read
gulong length Read
WebKitDOMStorage * local-storage Read
WebKitDOMBarProp * locationbar Read
WebKitDOMBarProp * menubar Read
gchar * name Read / Write
WebKitDOMNavigator * navigator Read
gboolean offscreen-buffering Read
WebKitDOMDOMWindow * opener Read
glong outer-height Read
glong outer-width Read
glong page-x-offset Read
glong page-y-offset Read
WebKitDOMDOMWindow * parent Read
WebKitDOMPerformance * performance Read
WebKitDOMBarProp * personalbar Read
WebKitDOMScreen * screen Read
glong screen-left Read
glong screen-top Read
glong screen-x Read
glong screen-y Read
glong scroll-x Read
glong scroll-y Read
WebKitDOMBarProp * scrollbars Read
WebKitDOMDOMWindow * self Read
WebKitDOMStorage * session-storage Read
WebKitDOMSpeechSynthesis * speech-synthesis Read
gchar * status Read / Write
WebKitDOMBarProp * statusbar Read
WebKitDOMStyleMedia * style-media Read
WebKitDOMBarProp * toolbar Read
WebKitDOMDOMWindow * top Read
WebKitDOMDOMWindow * window Read

Types and Values

Object Hierarchy

    GObject
    ╰── WebKitDOMObject
        ╰── WebKitDOMDOMWindow

Implemented Interfaces

WebKitDOMDOMWindow implements WebKitDOMEventTarget.

Description

Functions

Types and Values

WebKitDOMDOMWindow

typedef struct _WebKitDOMDOMWindow WebKitDOMDOMWindow;

Property Details

The “application-cache” property

  “application-cache”        WebKitDOMDOMApplicationCache *

read-only WebKitDOMDOMApplicationCache* DOMWindow:application-cache.

Flags: Read


The “client-information” property

  “client-information”       WebKitDOMNavigator *

read-only WebKitDOMNavigator* DOMWindow:client-information.

Flags: Read


The “closed” property

  “closed”                   gboolean

read-only gboolean DOMWindow:closed.

Flags: Read

Default value: FALSE


The “css” property

  “css”                      WebKitDOMDOMWindowCSS *

read-only WebKitDOMDOMWindowCSS* DOMWindow:css.

Flags: Read


The “default-status” property

  “default-status”           gchar *

read-write gchar* DOMWindow:default-status.

Flags: Read / Write

Default value: ""


The “device-pixel-ratio” property

  “device-pixel-ratio”       gdouble

read-only gdouble DOMWindow:device-pixel-ratio.

Flags: Read

Default value: 0


The “document” property

  “document”                 WebKitDOMDocument *

read-only WebKitDOMDocument* DOMWindow:document.

Flags: Read


The “frame-element” property

  “frame-element”            WebKitDOMElement *

read-only WebKitDOMElement* DOMWindow:frame-element.

Flags: Read


The “frames” property

  “frames”                   WebKitDOMDOMWindow *

read-only WebKitDOMDOMWindow* DOMWindow:frames.

Flags: Read


The “history” property

  “history”                  WebKitDOMHistory *

read-only WebKitDOMHistory* DOMWindow:history.

Flags: Read


The “inner-height” property

  “inner-height”             glong

read-only glong DOMWindow:inner-height.

Flags: Read

Default value: 0


The “inner-width” property

  “inner-width”              glong

read-only glong DOMWindow:inner-width.

Flags: Read

Default value: 0


The “length” property

  “length”                   gulong

read-only gulong DOMWindow:length.

Flags: Read


The “local-storage” property

  “local-storage”            WebKitDOMStorage *

read-only WebKitDOMStorage* DOMWindow:local-storage.

Flags: Read


The “locationbar” property

  “locationbar”              WebKitDOMBarProp *

read-only WebKitDOMBarProp* DOMWindow:locationbar.

Flags: Read


The “menubar” property

  “menubar”                  WebKitDOMBarProp *

read-only WebKitDOMBarProp* DOMWindow:menubar.

Flags: Read


The “name” property

  “name”                     gchar *

read-write gchar* DOMWindow:name.

Flags: Read / Write

Default value: ""


The “navigator” property

  “navigator”                WebKitDOMNavigator *

read-only WebKitDOMNavigator* DOMWindow:navigator.

Flags: Read


The “offscreen-buffering” property

  “offscreen-buffering”      gboolean

read-only gboolean DOMWindow:offscreen-buffering.

Flags: Read

Default value: FALSE


The “opener” property

  “opener”                   WebKitDOMDOMWindow *

read-only WebKitDOMDOMWindow* DOMWindow:opener.

Flags: Read


The “outer-height” property

  “outer-height”             glong

read-only glong DOMWindow:outer-height.

Flags: Read

Default value: 0


The “outer-width” property

  “outer-width”              glong

read-only glong DOMWindow:outer-width.

Flags: Read

Default value: 0


The “page-x-offset” property

  “page-x-offset”            glong

read-only glong DOMWindow:page-x-offset.

Flags: Read

Default value: 0


The “page-y-offset” property

  “page-y-offset”            glong

read-only glong DOMWindow:page-y-offset.

Flags: Read

Default value: 0


The “parent” property

  “parent”                   WebKitDOMDOMWindow *

read-only WebKitDOMDOMWindow* DOMWindow:parent.

Flags: Read


The “performance” property

  “performance”              WebKitDOMPerformance *

read-only WebKitDOMPerformance* DOMWindow:performance.

Flags: Read


The “personalbar” property

  “personalbar”              WebKitDOMBarProp *

read-only WebKitDOMBarProp* DOMWindow:personalbar.

Flags: Read


The “screen” property

  “screen”                   WebKitDOMScreen *

read-only WebKitDOMScreen* DOMWindow:screen.

Flags: Read


The “screen-left” property

  “screen-left”              glong

read-only glong DOMWindow:screen-left.

Flags: Read

Default value: 0


The “screen-top” property

  “screen-top”               glong

read-only glong DOMWindow:screen-top.

Flags: Read

Default value: 0


The “screen-x” property

  “screen-x”                 glong

read-only glong DOMWindow:screen-x.

Flags: Read

Default value: 0


The “screen-y” property

  “screen-y”                 glong

read-only glong DOMWindow:screen-y.

Flags: Read

Default value: 0


The “scroll-x” property

  “scroll-x”                 glong

read-only glong DOMWindow:scroll-x.

Flags: Read

Default value: 0


The “scroll-y” property

  “scroll-y”                 glong

read-only glong DOMWindow:scroll-y.

Flags: Read

Default value: 0


The “scrollbars” property

  “scrollbars”               WebKitDOMBarProp *

read-only WebKitDOMBarProp* DOMWindow:scrollbars.

Flags: Read


The “self” property

  “self”                     WebKitDOMDOMWindow *

read-only WebKitDOMDOMWindow* DOMWindow:self.

Flags: Read


The “session-storage” property

  “session-storage”          WebKitDOMStorage *

read-only WebKitDOMStorage* DOMWindow:session-storage.

Flags: Read


The “speech-synthesis” property

  “speech-synthesis”         WebKitDOMSpeechSynthesis *

read-only WebKitDOMSpeechSynthesis* DOMWindow:speech-synthesis.

Flags: Read


The “status” property

  “status”                   gchar *

read-write gchar* DOMWindow:status.

Flags: Read / Write

Default value: ""


The “statusbar” property

  “statusbar”                WebKitDOMBarProp *

read-only WebKitDOMBarProp* DOMWindow:statusbar.

Flags: Read


The “style-media” property

  “style-media”              WebKitDOMStyleMedia *

read-only WebKitDOMStyleMedia* DOMWindow:style-media.

Flags: Read


The “toolbar” property

  “toolbar”                  WebKitDOMBarProp *

read-only WebKitDOMBarProp* DOMWindow:toolbar.

Flags: Read


The “top” property

  “top”                      WebKitDOMDOMWindow *

read-only WebKitDOMDOMWindow* DOMWindow:top.

Flags: Read


The “window” property

  “window”                   WebKitDOMDOMWindow *

read-only WebKitDOMDOMWindow* DOMWindow:window.

Flags: Read