| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.WebKit.Objects.WebWindowFeatures
Contents
Description
- newtype WebWindowFeatures = WebWindowFeatures (ForeignPtr WebWindowFeatures)
- class GObject o => WebWindowFeaturesK o
- toWebWindowFeatures :: WebWindowFeaturesK o => o -> IO WebWindowFeatures
- noWebWindowFeatures :: Maybe WebWindowFeatures
- webWindowFeaturesEqual :: (MonadIO m, WebWindowFeaturesK a, WebWindowFeaturesK b) => a -> b -> m Bool
- webWindowFeaturesNew :: MonadIO m => m WebWindowFeatures
- data WebWindowFeaturesFullscreenPropertyInfo
- constructWebWindowFeaturesFullscreen :: Bool -> IO ([Char], GValue)
- getWebWindowFeaturesFullscreen :: (MonadIO m, WebWindowFeaturesK o) => o -> m Bool
- setWebWindowFeaturesFullscreen :: (MonadIO m, WebWindowFeaturesK o) => o -> Bool -> m ()
- data WebWindowFeaturesHeightPropertyInfo
- constructWebWindowFeaturesHeight :: Int32 -> IO ([Char], GValue)
- getWebWindowFeaturesHeight :: (MonadIO m, WebWindowFeaturesK o) => o -> m Int32
- setWebWindowFeaturesHeight :: (MonadIO m, WebWindowFeaturesK o) => o -> Int32 -> m ()
- data WebWindowFeaturesLocationbarVisiblePropertyInfo
- constructWebWindowFeaturesLocationbarVisible :: Bool -> IO ([Char], GValue)
- getWebWindowFeaturesLocationbarVisible :: (MonadIO m, WebWindowFeaturesK o) => o -> m Bool
- setWebWindowFeaturesLocationbarVisible :: (MonadIO m, WebWindowFeaturesK o) => o -> Bool -> m ()
- data WebWindowFeaturesMenubarVisiblePropertyInfo
- constructWebWindowFeaturesMenubarVisible :: Bool -> IO ([Char], GValue)
- getWebWindowFeaturesMenubarVisible :: (MonadIO m, WebWindowFeaturesK o) => o -> m Bool
- setWebWindowFeaturesMenubarVisible :: (MonadIO m, WebWindowFeaturesK o) => o -> Bool -> m ()
- data WebWindowFeaturesScrollbarVisiblePropertyInfo
- constructWebWindowFeaturesScrollbarVisible :: Bool -> IO ([Char], GValue)
- getWebWindowFeaturesScrollbarVisible :: (MonadIO m, WebWindowFeaturesK o) => o -> m Bool
- setWebWindowFeaturesScrollbarVisible :: (MonadIO m, WebWindowFeaturesK o) => o -> Bool -> m ()
- data WebWindowFeaturesStatusbarVisiblePropertyInfo
- constructWebWindowFeaturesStatusbarVisible :: Bool -> IO ([Char], GValue)
- getWebWindowFeaturesStatusbarVisible :: (MonadIO m, WebWindowFeaturesK o) => o -> m Bool
- setWebWindowFeaturesStatusbarVisible :: (MonadIO m, WebWindowFeaturesK o) => o -> Bool -> m ()
- data WebWindowFeaturesToolbarVisiblePropertyInfo
- constructWebWindowFeaturesToolbarVisible :: Bool -> IO ([Char], GValue)
- getWebWindowFeaturesToolbarVisible :: (MonadIO m, WebWindowFeaturesK o) => o -> m Bool
- setWebWindowFeaturesToolbarVisible :: (MonadIO m, WebWindowFeaturesK o) => o -> Bool -> m ()
- data WebWindowFeaturesWidthPropertyInfo
- constructWebWindowFeaturesWidth :: Int32 -> IO ([Char], GValue)
- getWebWindowFeaturesWidth :: (MonadIO m, WebWindowFeaturesK o) => o -> m Int32
- setWebWindowFeaturesWidth :: (MonadIO m, WebWindowFeaturesK o) => o -> Int32 -> m ()
- data WebWindowFeaturesXPropertyInfo
- constructWebWindowFeaturesX :: Int32 -> IO ([Char], GValue)
- getWebWindowFeaturesX :: (MonadIO m, WebWindowFeaturesK o) => o -> m Int32
- setWebWindowFeaturesX :: (MonadIO m, WebWindowFeaturesK o) => o -> Int32 -> m ()
- data WebWindowFeaturesYPropertyInfo
- constructWebWindowFeaturesY :: Int32 -> IO ([Char], GValue)
- getWebWindowFeaturesY :: (MonadIO m, WebWindowFeaturesK o) => o -> m Int32
- setWebWindowFeaturesY :: (MonadIO m, WebWindowFeaturesK o) => o -> Int32 -> m ()
Exported types
newtype WebWindowFeatures Source
Constructors
| WebWindowFeatures (ForeignPtr WebWindowFeatures) |
Instances
class GObject o => WebWindowFeaturesK o Source
Instances
| (GObject o, IsDescendantOf WebWindowFeatures o) => WebWindowFeaturesK o |
toWebWindowFeatures :: WebWindowFeaturesK o => o -> IO WebWindowFeatures Source
Methods
webWindowFeaturesEqual
webWindowFeaturesEqual :: (MonadIO m, WebWindowFeaturesK a, WebWindowFeaturesK b) => a -> b -> m Bool Source
webWindowFeaturesNew
webWindowFeaturesNew :: MonadIO m => m WebWindowFeatures Source
Properties
Fullscreen
data WebWindowFeaturesFullscreenPropertyInfo Source
Instances
| AttrInfo WebWindowFeaturesFullscreenPropertyInfo | |
| type AttrLabel WebWindowFeaturesFullscreenPropertyInfo = "WebWindowFeatures::fullscreen" | |
| type AttrGetType WebWindowFeaturesFullscreenPropertyInfo = Bool | |
| type AttrBaseTypeConstraint WebWindowFeaturesFullscreenPropertyInfo = WebWindowFeaturesK | |
| type AttrSetTypeConstraint WebWindowFeaturesFullscreenPropertyInfo = * ~ Bool | |
| type AttrAllowedOps WebWindowFeaturesFullscreenPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) |
getWebWindowFeaturesFullscreen :: (MonadIO m, WebWindowFeaturesK o) => o -> m Bool Source
setWebWindowFeaturesFullscreen :: (MonadIO m, WebWindowFeaturesK o) => o -> Bool -> m () Source
Height
data WebWindowFeaturesHeightPropertyInfo Source
Instances
| AttrInfo WebWindowFeaturesHeightPropertyInfo | |
| type AttrLabel WebWindowFeaturesHeightPropertyInfo = "WebWindowFeatures::height" | |
| type AttrGetType WebWindowFeaturesHeightPropertyInfo = Int32 | |
| type AttrBaseTypeConstraint WebWindowFeaturesHeightPropertyInfo = WebWindowFeaturesK | |
| type AttrSetTypeConstraint WebWindowFeaturesHeightPropertyInfo = * ~ Int32 | |
| type AttrAllowedOps WebWindowFeaturesHeightPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) |
getWebWindowFeaturesHeight :: (MonadIO m, WebWindowFeaturesK o) => o -> m Int32 Source
setWebWindowFeaturesHeight :: (MonadIO m, WebWindowFeaturesK o) => o -> Int32 -> m () Source
LocationbarVisible
data WebWindowFeaturesLocationbarVisiblePropertyInfo Source
Instances
| AttrInfo WebWindowFeaturesLocationbarVisiblePropertyInfo | |
| type AttrLabel WebWindowFeaturesLocationbarVisiblePropertyInfo = "WebWindowFeatures::locationbar-visible" | |
| type AttrGetType WebWindowFeaturesLocationbarVisiblePropertyInfo = Bool | |
| type AttrBaseTypeConstraint WebWindowFeaturesLocationbarVisiblePropertyInfo = WebWindowFeaturesK | |
| type AttrSetTypeConstraint WebWindowFeaturesLocationbarVisiblePropertyInfo = * ~ Bool | |
| type AttrAllowedOps WebWindowFeaturesLocationbarVisiblePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) |
getWebWindowFeaturesLocationbarVisible :: (MonadIO m, WebWindowFeaturesK o) => o -> m Bool Source
setWebWindowFeaturesLocationbarVisible :: (MonadIO m, WebWindowFeaturesK o) => o -> Bool -> m () Source
MenubarVisible
data WebWindowFeaturesMenubarVisiblePropertyInfo Source
Instances
| AttrInfo WebWindowFeaturesMenubarVisiblePropertyInfo | |
| type AttrLabel WebWindowFeaturesMenubarVisiblePropertyInfo = "WebWindowFeatures::menubar-visible" | |
| type AttrGetType WebWindowFeaturesMenubarVisiblePropertyInfo = Bool | |
| type AttrBaseTypeConstraint WebWindowFeaturesMenubarVisiblePropertyInfo = WebWindowFeaturesK | |
| type AttrSetTypeConstraint WebWindowFeaturesMenubarVisiblePropertyInfo = * ~ Bool | |
| type AttrAllowedOps WebWindowFeaturesMenubarVisiblePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) |
getWebWindowFeaturesMenubarVisible :: (MonadIO m, WebWindowFeaturesK o) => o -> m Bool Source
setWebWindowFeaturesMenubarVisible :: (MonadIO m, WebWindowFeaturesK o) => o -> Bool -> m () Source
ScrollbarVisible
data WebWindowFeaturesScrollbarVisiblePropertyInfo Source
Instances
| AttrInfo WebWindowFeaturesScrollbarVisiblePropertyInfo | |
| type AttrLabel WebWindowFeaturesScrollbarVisiblePropertyInfo = "WebWindowFeatures::scrollbar-visible" | |
| type AttrGetType WebWindowFeaturesScrollbarVisiblePropertyInfo = Bool | |
| type AttrBaseTypeConstraint WebWindowFeaturesScrollbarVisiblePropertyInfo = WebWindowFeaturesK | |
| type AttrSetTypeConstraint WebWindowFeaturesScrollbarVisiblePropertyInfo = * ~ Bool | |
| type AttrAllowedOps WebWindowFeaturesScrollbarVisiblePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) |
getWebWindowFeaturesScrollbarVisible :: (MonadIO m, WebWindowFeaturesK o) => o -> m Bool Source
setWebWindowFeaturesScrollbarVisible :: (MonadIO m, WebWindowFeaturesK o) => o -> Bool -> m () Source
StatusbarVisible
data WebWindowFeaturesStatusbarVisiblePropertyInfo Source
Instances
| AttrInfo WebWindowFeaturesStatusbarVisiblePropertyInfo | |
| type AttrLabel WebWindowFeaturesStatusbarVisiblePropertyInfo = "WebWindowFeatures::statusbar-visible" | |
| type AttrGetType WebWindowFeaturesStatusbarVisiblePropertyInfo = Bool | |
| type AttrBaseTypeConstraint WebWindowFeaturesStatusbarVisiblePropertyInfo = WebWindowFeaturesK | |
| type AttrSetTypeConstraint WebWindowFeaturesStatusbarVisiblePropertyInfo = * ~ Bool | |
| type AttrAllowedOps WebWindowFeaturesStatusbarVisiblePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) |
getWebWindowFeaturesStatusbarVisible :: (MonadIO m, WebWindowFeaturesK o) => o -> m Bool Source
setWebWindowFeaturesStatusbarVisible :: (MonadIO m, WebWindowFeaturesK o) => o -> Bool -> m () Source
ToolbarVisible
data WebWindowFeaturesToolbarVisiblePropertyInfo Source
Instances
| AttrInfo WebWindowFeaturesToolbarVisiblePropertyInfo | |
| type AttrLabel WebWindowFeaturesToolbarVisiblePropertyInfo = "WebWindowFeatures::toolbar-visible" | |
| type AttrGetType WebWindowFeaturesToolbarVisiblePropertyInfo = Bool | |
| type AttrBaseTypeConstraint WebWindowFeaturesToolbarVisiblePropertyInfo = WebWindowFeaturesK | |
| type AttrSetTypeConstraint WebWindowFeaturesToolbarVisiblePropertyInfo = * ~ Bool | |
| type AttrAllowedOps WebWindowFeaturesToolbarVisiblePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) |
getWebWindowFeaturesToolbarVisible :: (MonadIO m, WebWindowFeaturesK o) => o -> m Bool Source
setWebWindowFeaturesToolbarVisible :: (MonadIO m, WebWindowFeaturesK o) => o -> Bool -> m () Source
Width
data WebWindowFeaturesWidthPropertyInfo Source
Instances
| AttrInfo WebWindowFeaturesWidthPropertyInfo | |
| type AttrLabel WebWindowFeaturesWidthPropertyInfo = "WebWindowFeatures::width" | |
| type AttrGetType WebWindowFeaturesWidthPropertyInfo = Int32 | |
| type AttrBaseTypeConstraint WebWindowFeaturesWidthPropertyInfo = WebWindowFeaturesK | |
| type AttrSetTypeConstraint WebWindowFeaturesWidthPropertyInfo = * ~ Int32 | |
| type AttrAllowedOps WebWindowFeaturesWidthPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) |
getWebWindowFeaturesWidth :: (MonadIO m, WebWindowFeaturesK o) => o -> m Int32 Source
setWebWindowFeaturesWidth :: (MonadIO m, WebWindowFeaturesK o) => o -> Int32 -> m () Source
X
data WebWindowFeaturesXPropertyInfo Source
Instances
| AttrInfo WebWindowFeaturesXPropertyInfo | |
| type AttrLabel WebWindowFeaturesXPropertyInfo = "WebWindowFeatures::x" | |
| type AttrGetType WebWindowFeaturesXPropertyInfo = Int32 | |
| type AttrBaseTypeConstraint WebWindowFeaturesXPropertyInfo = WebWindowFeaturesK | |
| type AttrSetTypeConstraint WebWindowFeaturesXPropertyInfo = * ~ Int32 | |
| type AttrAllowedOps WebWindowFeaturesXPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) |
getWebWindowFeaturesX :: (MonadIO m, WebWindowFeaturesK o) => o -> m Int32 Source
setWebWindowFeaturesX :: (MonadIO m, WebWindowFeaturesK o) => o -> Int32 -> m () Source
Y
data WebWindowFeaturesYPropertyInfo Source
Instances
| AttrInfo WebWindowFeaturesYPropertyInfo | |
| type AttrLabel WebWindowFeaturesYPropertyInfo = "WebWindowFeatures::y" | |
| type AttrGetType WebWindowFeaturesYPropertyInfo = Int32 | |
| type AttrBaseTypeConstraint WebWindowFeaturesYPropertyInfo = WebWindowFeaturesK | |
| type AttrSetTypeConstraint WebWindowFeaturesYPropertyInfo = * ~ Int32 | |
| type AttrAllowedOps WebWindowFeaturesYPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) |
getWebWindowFeaturesY :: (MonadIO m, WebWindowFeaturesK o) => o -> m Int32 Source
setWebWindowFeaturesY :: (MonadIO m, WebWindowFeaturesK o) => o -> Int32 -> m () Source