Top |
gboolean | fullscreen | Read / Write / Construct Only |
GdkRectangle * | geometry | Read / Write / Construct Only |
gboolean | locationbar-visible | Read / Write / Construct Only |
gboolean | menubar-visible | Read / Write / Construct Only |
gboolean | resizable | Read / Write / Construct Only |
gboolean | scrollbars-visible | Read / Write / Construct Only |
gboolean | statusbar-visible | Read / Write / Construct Only |
gboolean | toolbar-visible | Read / Write / Construct Only |
void webkit_window_properties_get_geometry (WebKitWindowProperties *window_properties
,GdkRectangle *geometry
);
gboolean
webkit_window_properties_get_toolbar_visible
(WebKitWindowProperties *window_properties
);
gboolean
webkit_window_properties_get_statusbar_visible
(WebKitWindowProperties *window_properties
);
gboolean
webkit_window_properties_get_scrollbars_visible
(WebKitWindowProperties *window_properties
);
gboolean
webkit_window_properties_get_menubar_visible
(WebKitWindowProperties *window_properties
);
gboolean
webkit_window_properties_get_locationbar_visible
(WebKitWindowProperties *window_properties
);
gboolean
webkit_window_properties_get_resizable
(WebKitWindowProperties *window_properties
);
gboolean
webkit_window_properties_get_fullscreen
(WebKitWindowProperties *window_properties
);
“fullscreen”
property“fullscreen” gboolean
Whether window will be displayed fullscreen.
Flags: Read / Write / Construct Only
Default value: FALSE
“geometry”
property“geometry” GdkRectangle *
The size and position of the window on the screen.
Flags: Read / Write / Construct Only
“locationbar-visible”
property“locationbar-visible” gboolean
Whether the locationbar should be visible for the window.
Flags: Read / Write / Construct Only
Default value: TRUE
“menubar-visible”
property“menubar-visible” gboolean
Whether the menubar should be visible for the window.
Flags: Read / Write / Construct Only
Default value: TRUE
“resizable”
property“resizable” gboolean
Whether the window can be resized.
Flags: Read / Write / Construct Only
Default value: TRUE
“scrollbars-visible”
property“scrollbars-visible” gboolean
Whether the scrollbars should be visible for the window.
Flags: Read / Write / Construct Only
Default value: TRUE
“statusbar-visible”
property“statusbar-visible” gboolean
Whether the statusbar should be visible for the window.
Flags: Read / Write / Construct Only
Default value: TRUE
“toolbar-visible”
property“toolbar-visible” gboolean
Whether the toolbar should be visible for the window.
Flags: Read / Write / Construct Only
Default value: TRUE