GObject.Object
WebKit.WebWindowFeatures
Import line: | WebKit = imports.gi.WebKit; |
GIR File: | WebKit-3.0.gir |
C documentation: | WebKitWebWindowFeatures |
Class : | WebWindowFeatures |
Extends: | GObject.Object |
Properties | Defined By | |
---|---|---|
fullscreen : gboolean
Controls whether window will be displayed fullscreen.
Controls whether window will be displayed fullscreen.
|
WebKit.WebWindowFeatures | |
height : gint32
The height of the window on the screen.
The height of the window on the screen.
|
WebKit.WebWindowFeatures | |
locationbar_visible : gboolean
Controls whether the locationbar should be visible for the window.
Controls whether the locationbar should be visible for the window.
|
WebKit.WebWindowFeatures | |
menubar_visible : gboolean
Controls whether the menubar should be visible for the window.
Controls whether the menubar should be visible for the window.
|
WebKit.WebWindowFeatures | |
parent_instance : GObject.Object
read only
|
WebKit.WebWindowFeatures | |
priv : WebKit.WebWindowFeaturesPrivate
read only
|
WebKit.WebWindowFeatures | |
scrollbar_visible : gboolean
Controls whether the scrollbars should be visible for the window.
Controls whether the scrollbars should be visible for the window.
|
WebKit.WebWindowFeatures | |
statusbar_visible : gboolean
Controls whether the statusbar should be visible for the window.
Controls whether the statusbar should be visible for the window.
|
WebKit.WebWindowFeatures | |
toolbar_visible : gboolean
Controls whether the toolbar should be visible for the window.
Controls whether the toolbar should be visible for the window.
|
WebKit.WebWindowFeatures | |
width : gint32
The width of the window on the screen.
The width of the window on the screen.
|
WebKit.WebWindowFeatures | |
x : gint32
The starting x position of the window on the screen.
The starting x position of the window on the screen.
|
WebKit.WebWindowFeatures | |
y : gint32
The starting y position of the window on the screen.
The starting y position of the window on the screen.
|
WebKit.WebWindowFeatures |
Method / Constructor | Defined By | |
---|---|---|
new WebKit.WebWindowFeatures
(Object properties)
Create a new WebKit.WebWindowFeatures
Create a new WebKit.WebWindowFeatures
|
||
equal
(WebWindowFeatures features2)
:
gboolean
Decides if a WebKitWebWindowFeatures instance equals another, as
in has the same values.
Decides if a WebKitWebWindowFeatures instance equals another, as
in has the same values. otherwise
|
WebKit.WebWindowFeatures |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
WebKit.WebView
Property |
window_features : WebKit.WebWindowFeatures
An associated WebKitWebWindowFeatures instance.
|
WebKit.WebView
Method |
get_window_features
()
:
WebKit.WebWindowFeatures
Returns the instance of WebKitWebWindowFeatures held by the given
WebKitWebView. |