gi-webkit2-4.0.14: WebKit2 bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2.Objects.WindowProperties

Contents

Description

 

Synopsis

Exported types

Methods

getFullscreen

windowPropertiesGetFullscreen Source #

Arguments

:: (HasCallStack, MonadIO m, IsWindowProperties a) 
=> a

windowProperties: a WindowProperties

-> m Bool

Returns: True if the window should be fullscreen or False otherwise.

Get whether the window should be shown in fullscreen state or not.

getGeometry

windowPropertiesGetGeometry Source #

Arguments

:: (HasCallStack, MonadIO m, IsWindowProperties a) 
=> a

windowProperties: a WindowProperties

-> m Rectangle 

Get the geometry the window should have on the screen when shown.

getLocationbarVisible

windowPropertiesGetLocationbarVisible Source #

Arguments

:: (HasCallStack, MonadIO m, IsWindowProperties a) 
=> a

windowProperties: a WindowProperties

-> m Bool

Returns: True if locationbar should be visible or False otherwise.

Get whether the window should have the locationbar visible or not.

getMenubarVisible

windowPropertiesGetMenubarVisible Source #

Arguments

:: (HasCallStack, MonadIO m, IsWindowProperties a) 
=> a

windowProperties: a WindowProperties

-> m Bool

Returns: True if menubar should be visible or False otherwise.

Get whether the window should have the menubar visible or not.

getResizable

windowPropertiesGetResizable Source #

Arguments

:: (HasCallStack, MonadIO m, IsWindowProperties a) 
=> a

windowProperties: a WindowProperties

-> m Bool

Returns: True if the window should be resizable or False otherwise.

Get whether the window should be resizable by the user or not.

getScrollbarsVisible

windowPropertiesGetScrollbarsVisible Source #

Arguments

:: (HasCallStack, MonadIO m, IsWindowProperties a) 
=> a

windowProperties: a WindowProperties

-> m Bool

Returns: True if scrollbars should be visible or False otherwise.

Get whether the window should have the scrollbars visible or not.

getStatusbarVisible

windowPropertiesGetStatusbarVisible Source #

Arguments

:: (HasCallStack, MonadIO m, IsWindowProperties a) 
=> a

windowProperties: a WindowProperties

-> m Bool

Returns: True if statusbar should be visible or False otherwise.

Get whether the window should have the statusbar visible or not.

getToolbarVisible

windowPropertiesGetToolbarVisible Source #

Arguments

:: (HasCallStack, MonadIO m, IsWindowProperties a) 
=> a

windowProperties: a WindowProperties

-> m Bool

Returns: True if toolbar should be visible or False otherwise.

Get whether the window should have the toolbar visible or not.

Properties

fullscreen

geometry

locationbarVisible

menubarVisible

resizable

scrollbarsVisible

statusbarVisible

toolbarVisible