| 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 (ManagedPtr WebWindowFeatures)
- class GObject o => IsWebWindowFeatures o
- toWebWindowFeatures :: IsWebWindowFeatures o => o -> IO WebWindowFeatures
- noWebWindowFeatures :: Maybe WebWindowFeatures
- data WebWindowFeaturesEqualMethodInfo
- webWindowFeaturesEqual :: (MonadIO m, IsWebWindowFeatures a, IsWebWindowFeatures b) => a -> b -> m Bool
- webWindowFeaturesNew :: MonadIO m => m WebWindowFeatures
- data WebWindowFeaturesFullscreenPropertyInfo
- constructWebWindowFeaturesFullscreen :: IsWebWindowFeatures o => Bool -> IO (GValueConstruct o)
- getWebWindowFeaturesFullscreen :: (MonadIO m, IsWebWindowFeatures o) => o -> m Bool
- setWebWindowFeaturesFullscreen :: (MonadIO m, IsWebWindowFeatures o) => o -> Bool -> m ()
- webWindowFeaturesFullscreen :: AttrLabelProxy "fullscreen"
- data WebWindowFeaturesHeightPropertyInfo
- constructWebWindowFeaturesHeight :: IsWebWindowFeatures o => Int32 -> IO (GValueConstruct o)
- getWebWindowFeaturesHeight :: (MonadIO m, IsWebWindowFeatures o) => o -> m Int32
- setWebWindowFeaturesHeight :: (MonadIO m, IsWebWindowFeatures o) => o -> Int32 -> m ()
- webWindowFeaturesHeight :: AttrLabelProxy "height"
- data WebWindowFeaturesLocationbarVisiblePropertyInfo
- constructWebWindowFeaturesLocationbarVisible :: IsWebWindowFeatures o => Bool -> IO (GValueConstruct o)
- getWebWindowFeaturesLocationbarVisible :: (MonadIO m, IsWebWindowFeatures o) => o -> m Bool
- setWebWindowFeaturesLocationbarVisible :: (MonadIO m, IsWebWindowFeatures o) => o -> Bool -> m ()
- webWindowFeaturesLocationbarVisible :: AttrLabelProxy "locationbarVisible"
- data WebWindowFeaturesMenubarVisiblePropertyInfo
- constructWebWindowFeaturesMenubarVisible :: IsWebWindowFeatures o => Bool -> IO (GValueConstruct o)
- getWebWindowFeaturesMenubarVisible :: (MonadIO m, IsWebWindowFeatures o) => o -> m Bool
- setWebWindowFeaturesMenubarVisible :: (MonadIO m, IsWebWindowFeatures o) => o -> Bool -> m ()
- webWindowFeaturesMenubarVisible :: AttrLabelProxy "menubarVisible"
- data WebWindowFeaturesScrollbarVisiblePropertyInfo
- constructWebWindowFeaturesScrollbarVisible :: IsWebWindowFeatures o => Bool -> IO (GValueConstruct o)
- getWebWindowFeaturesScrollbarVisible :: (MonadIO m, IsWebWindowFeatures o) => o -> m Bool
- setWebWindowFeaturesScrollbarVisible :: (MonadIO m, IsWebWindowFeatures o) => o -> Bool -> m ()
- webWindowFeaturesScrollbarVisible :: AttrLabelProxy "scrollbarVisible"
- data WebWindowFeaturesStatusbarVisiblePropertyInfo
- constructWebWindowFeaturesStatusbarVisible :: IsWebWindowFeatures o => Bool -> IO (GValueConstruct o)
- getWebWindowFeaturesStatusbarVisible :: (MonadIO m, IsWebWindowFeatures o) => o -> m Bool
- setWebWindowFeaturesStatusbarVisible :: (MonadIO m, IsWebWindowFeatures o) => o -> Bool -> m ()
- webWindowFeaturesStatusbarVisible :: AttrLabelProxy "statusbarVisible"
- data WebWindowFeaturesToolbarVisiblePropertyInfo
- constructWebWindowFeaturesToolbarVisible :: IsWebWindowFeatures o => Bool -> IO (GValueConstruct o)
- getWebWindowFeaturesToolbarVisible :: (MonadIO m, IsWebWindowFeatures o) => o -> m Bool
- setWebWindowFeaturesToolbarVisible :: (MonadIO m, IsWebWindowFeatures o) => o -> Bool -> m ()
- webWindowFeaturesToolbarVisible :: AttrLabelProxy "toolbarVisible"
- data WebWindowFeaturesWidthPropertyInfo
- constructWebWindowFeaturesWidth :: IsWebWindowFeatures o => Int32 -> IO (GValueConstruct o)
- getWebWindowFeaturesWidth :: (MonadIO m, IsWebWindowFeatures o) => o -> m Int32
- setWebWindowFeaturesWidth :: (MonadIO m, IsWebWindowFeatures o) => o -> Int32 -> m ()
- webWindowFeaturesWidth :: AttrLabelProxy "width"
- data WebWindowFeaturesXPropertyInfo
- constructWebWindowFeaturesX :: IsWebWindowFeatures o => Int32 -> IO (GValueConstruct o)
- getWebWindowFeaturesX :: (MonadIO m, IsWebWindowFeatures o) => o -> m Int32
- setWebWindowFeaturesX :: (MonadIO m, IsWebWindowFeatures o) => o -> Int32 -> m ()
- webWindowFeaturesX :: AttrLabelProxy "x"
- data WebWindowFeaturesYPropertyInfo
- constructWebWindowFeaturesY :: IsWebWindowFeatures o => Int32 -> IO (GValueConstruct o)
- getWebWindowFeaturesY :: (MonadIO m, IsWebWindowFeatures o) => o -> m Int32
- setWebWindowFeaturesY :: (MonadIO m, IsWebWindowFeatures o) => o -> Int32 -> m ()
- webWindowFeaturesY :: AttrLabelProxy "y"
Exported types
newtype WebWindowFeatures Source #
Constructors
| WebWindowFeatures (ManagedPtr WebWindowFeatures) |
Instances
| GObject WebWindowFeatures Source # | |
| IsWebWindowFeatures WebWindowFeatures Source # | |
| IsObject WebWindowFeatures Source # | |
| ((~) * info (ResolveWebWindowFeaturesMethod t WebWindowFeatures), MethodInfo * info WebWindowFeatures p) => IsLabel t (WebWindowFeatures -> p) Source # | |
| ((~) * info (ResolveWebWindowFeaturesMethod t WebWindowFeatures), MethodInfo * info WebWindowFeatures p) => IsLabelProxy t (WebWindowFeatures -> p) Source # | |
| HasAttributeList * WebWindowFeatures Source # | |
| type SignalList WebWindowFeatures Source # | |
| type AttributeList WebWindowFeatures Source # | |
class GObject o => IsWebWindowFeatures o Source #
Instances
| (GObject a, UnknownAncestorError Constraint WebWindowFeatures a) => IsWebWindowFeatures a Source # | |
| IsWebWindowFeatures WebWindowFeatures Source # | |
toWebWindowFeatures :: IsWebWindowFeatures o => o -> IO WebWindowFeatures Source #
Methods
equal
data WebWindowFeaturesEqualMethodInfo Source #
Instances
| ((~) * signature (b -> m Bool), MonadIO m, IsWebWindowFeatures a, IsWebWindowFeatures b) => MethodInfo * WebWindowFeaturesEqualMethodInfo a signature Source # | |
webWindowFeaturesEqual :: (MonadIO m, IsWebWindowFeatures a, IsWebWindowFeatures b) => a -> b -> m Bool Source #
new
webWindowFeaturesNew :: MonadIO m => m WebWindowFeatures Source #
Properties
fullscreen
data WebWindowFeaturesFullscreenPropertyInfo Source #
Instances
| AttrInfo WebWindowFeaturesFullscreenPropertyInfo Source # | |
| type AttrSetTypeConstraint WebWindowFeaturesFullscreenPropertyInfo Source # | |
| type AttrOrigin WebWindowFeaturesFullscreenPropertyInfo Source # | |
| type AttrLabel WebWindowFeaturesFullscreenPropertyInfo Source # | |
| type AttrGetType WebWindowFeaturesFullscreenPropertyInfo Source # | |
| type AttrBaseTypeConstraint WebWindowFeaturesFullscreenPropertyInfo Source # | |
| type AttrAllowedOps WebWindowFeaturesFullscreenPropertyInfo Source # | |
constructWebWindowFeaturesFullscreen :: IsWebWindowFeatures o => Bool -> IO (GValueConstruct o) Source #
getWebWindowFeaturesFullscreen :: (MonadIO m, IsWebWindowFeatures o) => o -> m Bool Source #
setWebWindowFeaturesFullscreen :: (MonadIO m, IsWebWindowFeatures o) => o -> Bool -> m () Source #
webWindowFeaturesFullscreen :: AttrLabelProxy "fullscreen" Source #
height
data WebWindowFeaturesHeightPropertyInfo Source #
Instances
| AttrInfo WebWindowFeaturesHeightPropertyInfo Source # | |
| type AttrSetTypeConstraint WebWindowFeaturesHeightPropertyInfo Source # | |
| type AttrOrigin WebWindowFeaturesHeightPropertyInfo Source # | |
| type AttrLabel WebWindowFeaturesHeightPropertyInfo Source # | |
| type AttrGetType WebWindowFeaturesHeightPropertyInfo Source # | |
| type AttrBaseTypeConstraint WebWindowFeaturesHeightPropertyInfo Source # | |
| type AttrAllowedOps WebWindowFeaturesHeightPropertyInfo Source # | |
constructWebWindowFeaturesHeight :: IsWebWindowFeatures o => Int32 -> IO (GValueConstruct o) Source #
getWebWindowFeaturesHeight :: (MonadIO m, IsWebWindowFeatures o) => o -> m Int32 Source #
setWebWindowFeaturesHeight :: (MonadIO m, IsWebWindowFeatures o) => o -> Int32 -> m () Source #
webWindowFeaturesHeight :: AttrLabelProxy "height" Source #
locationbarVisible
data WebWindowFeaturesLocationbarVisiblePropertyInfo Source #
Instances
| AttrInfo WebWindowFeaturesLocationbarVisiblePropertyInfo Source # | |
| type AttrSetTypeConstraint WebWindowFeaturesLocationbarVisiblePropertyInfo Source # | |
| type AttrOrigin WebWindowFeaturesLocationbarVisiblePropertyInfo Source # | |
| type AttrLabel WebWindowFeaturesLocationbarVisiblePropertyInfo Source # | |
| type AttrGetType WebWindowFeaturesLocationbarVisiblePropertyInfo Source # | |
| type AttrBaseTypeConstraint WebWindowFeaturesLocationbarVisiblePropertyInfo Source # | |
| type AttrAllowedOps WebWindowFeaturesLocationbarVisiblePropertyInfo Source # | |
constructWebWindowFeaturesLocationbarVisible :: IsWebWindowFeatures o => Bool -> IO (GValueConstruct o) Source #
getWebWindowFeaturesLocationbarVisible :: (MonadIO m, IsWebWindowFeatures o) => o -> m Bool Source #
setWebWindowFeaturesLocationbarVisible :: (MonadIO m, IsWebWindowFeatures o) => o -> Bool -> m () Source #
webWindowFeaturesLocationbarVisible :: AttrLabelProxy "locationbarVisible" Source #
menubarVisible
data WebWindowFeaturesMenubarVisiblePropertyInfo Source #
Instances
| AttrInfo WebWindowFeaturesMenubarVisiblePropertyInfo Source # | |
| type AttrSetTypeConstraint WebWindowFeaturesMenubarVisiblePropertyInfo Source # | |
| type AttrOrigin WebWindowFeaturesMenubarVisiblePropertyInfo Source # | |
| type AttrLabel WebWindowFeaturesMenubarVisiblePropertyInfo Source # | |
| type AttrGetType WebWindowFeaturesMenubarVisiblePropertyInfo Source # | |
| type AttrBaseTypeConstraint WebWindowFeaturesMenubarVisiblePropertyInfo Source # | |
| type AttrAllowedOps WebWindowFeaturesMenubarVisiblePropertyInfo Source # | |
constructWebWindowFeaturesMenubarVisible :: IsWebWindowFeatures o => Bool -> IO (GValueConstruct o) Source #
getWebWindowFeaturesMenubarVisible :: (MonadIO m, IsWebWindowFeatures o) => o -> m Bool Source #
setWebWindowFeaturesMenubarVisible :: (MonadIO m, IsWebWindowFeatures o) => o -> Bool -> m () Source #
webWindowFeaturesMenubarVisible :: AttrLabelProxy "menubarVisible" Source #
scrollbarVisible
data WebWindowFeaturesScrollbarVisiblePropertyInfo Source #
Instances
| AttrInfo WebWindowFeaturesScrollbarVisiblePropertyInfo Source # | |
| type AttrSetTypeConstraint WebWindowFeaturesScrollbarVisiblePropertyInfo Source # | |
| type AttrOrigin WebWindowFeaturesScrollbarVisiblePropertyInfo Source # | |
| type AttrLabel WebWindowFeaturesScrollbarVisiblePropertyInfo Source # | |
| type AttrGetType WebWindowFeaturesScrollbarVisiblePropertyInfo Source # | |
| type AttrBaseTypeConstraint WebWindowFeaturesScrollbarVisiblePropertyInfo Source # | |
| type AttrAllowedOps WebWindowFeaturesScrollbarVisiblePropertyInfo Source # | |
constructWebWindowFeaturesScrollbarVisible :: IsWebWindowFeatures o => Bool -> IO (GValueConstruct o) Source #
getWebWindowFeaturesScrollbarVisible :: (MonadIO m, IsWebWindowFeatures o) => o -> m Bool Source #
setWebWindowFeaturesScrollbarVisible :: (MonadIO m, IsWebWindowFeatures o) => o -> Bool -> m () Source #
webWindowFeaturesScrollbarVisible :: AttrLabelProxy "scrollbarVisible" Source #
statusbarVisible
data WebWindowFeaturesStatusbarVisiblePropertyInfo Source #
Instances
| AttrInfo WebWindowFeaturesStatusbarVisiblePropertyInfo Source # | |
| type AttrSetTypeConstraint WebWindowFeaturesStatusbarVisiblePropertyInfo Source # | |
| type AttrOrigin WebWindowFeaturesStatusbarVisiblePropertyInfo Source # | |
| type AttrLabel WebWindowFeaturesStatusbarVisiblePropertyInfo Source # | |
| type AttrGetType WebWindowFeaturesStatusbarVisiblePropertyInfo Source # | |
| type AttrBaseTypeConstraint WebWindowFeaturesStatusbarVisiblePropertyInfo Source # | |
| type AttrAllowedOps WebWindowFeaturesStatusbarVisiblePropertyInfo Source # | |
constructWebWindowFeaturesStatusbarVisible :: IsWebWindowFeatures o => Bool -> IO (GValueConstruct o) Source #
getWebWindowFeaturesStatusbarVisible :: (MonadIO m, IsWebWindowFeatures o) => o -> m Bool Source #
setWebWindowFeaturesStatusbarVisible :: (MonadIO m, IsWebWindowFeatures o) => o -> Bool -> m () Source #
webWindowFeaturesStatusbarVisible :: AttrLabelProxy "statusbarVisible" Source #
toolbarVisible
data WebWindowFeaturesToolbarVisiblePropertyInfo Source #
Instances
| AttrInfo WebWindowFeaturesToolbarVisiblePropertyInfo Source # | |
| type AttrSetTypeConstraint WebWindowFeaturesToolbarVisiblePropertyInfo Source # | |
| type AttrOrigin WebWindowFeaturesToolbarVisiblePropertyInfo Source # | |
| type AttrLabel WebWindowFeaturesToolbarVisiblePropertyInfo Source # | |
| type AttrGetType WebWindowFeaturesToolbarVisiblePropertyInfo Source # | |
| type AttrBaseTypeConstraint WebWindowFeaturesToolbarVisiblePropertyInfo Source # | |
| type AttrAllowedOps WebWindowFeaturesToolbarVisiblePropertyInfo Source # | |
constructWebWindowFeaturesToolbarVisible :: IsWebWindowFeatures o => Bool -> IO (GValueConstruct o) Source #
getWebWindowFeaturesToolbarVisible :: (MonadIO m, IsWebWindowFeatures o) => o -> m Bool Source #
setWebWindowFeaturesToolbarVisible :: (MonadIO m, IsWebWindowFeatures o) => o -> Bool -> m () Source #
webWindowFeaturesToolbarVisible :: AttrLabelProxy "toolbarVisible" Source #
width
data WebWindowFeaturesWidthPropertyInfo Source #
Instances
| AttrInfo WebWindowFeaturesWidthPropertyInfo Source # | |
| type AttrSetTypeConstraint WebWindowFeaturesWidthPropertyInfo Source # | |
| type AttrOrigin WebWindowFeaturesWidthPropertyInfo Source # | |
| type AttrLabel WebWindowFeaturesWidthPropertyInfo Source # | |
| type AttrGetType WebWindowFeaturesWidthPropertyInfo Source # | |
| type AttrBaseTypeConstraint WebWindowFeaturesWidthPropertyInfo Source # | |
| type AttrAllowedOps WebWindowFeaturesWidthPropertyInfo Source # | |
constructWebWindowFeaturesWidth :: IsWebWindowFeatures o => Int32 -> IO (GValueConstruct o) Source #
getWebWindowFeaturesWidth :: (MonadIO m, IsWebWindowFeatures o) => o -> m Int32 Source #
setWebWindowFeaturesWidth :: (MonadIO m, IsWebWindowFeatures o) => o -> Int32 -> m () Source #
webWindowFeaturesWidth :: AttrLabelProxy "width" Source #
x
data WebWindowFeaturesXPropertyInfo Source #
Instances
| AttrInfo WebWindowFeaturesXPropertyInfo Source # | |
| type AttrSetTypeConstraint WebWindowFeaturesXPropertyInfo Source # | |
| type AttrOrigin WebWindowFeaturesXPropertyInfo Source # | |
| type AttrLabel WebWindowFeaturesXPropertyInfo Source # | |
| type AttrGetType WebWindowFeaturesXPropertyInfo Source # | |
| type AttrBaseTypeConstraint WebWindowFeaturesXPropertyInfo Source # | |
| type AttrAllowedOps WebWindowFeaturesXPropertyInfo Source # | |
constructWebWindowFeaturesX :: IsWebWindowFeatures o => Int32 -> IO (GValueConstruct o) Source #
getWebWindowFeaturesX :: (MonadIO m, IsWebWindowFeatures o) => o -> m Int32 Source #
setWebWindowFeaturesX :: (MonadIO m, IsWebWindowFeatures o) => o -> Int32 -> m () Source #
webWindowFeaturesX :: AttrLabelProxy "x" Source #
y
data WebWindowFeaturesYPropertyInfo Source #
Instances
| AttrInfo WebWindowFeaturesYPropertyInfo Source # | |
| type AttrSetTypeConstraint WebWindowFeaturesYPropertyInfo Source # | |
| type AttrOrigin WebWindowFeaturesYPropertyInfo Source # | |
| type AttrLabel WebWindowFeaturesYPropertyInfo Source # | |
| type AttrGetType WebWindowFeaturesYPropertyInfo Source # | |
| type AttrBaseTypeConstraint WebWindowFeaturesYPropertyInfo Source # | |
| type AttrAllowedOps WebWindowFeaturesYPropertyInfo Source # | |
constructWebWindowFeaturesY :: IsWebWindowFeatures o => Int32 -> IO (GValueConstruct o) Source #
getWebWindowFeaturesY :: (MonadIO m, IsWebWindowFeatures o) => o -> m Int32 Source #
setWebWindowFeaturesY :: (MonadIO m, IsWebWindowFeatures o) => o -> Int32 -> m () Source #
webWindowFeaturesY :: AttrLabelProxy "y" Source #