gi-webkit-3.0.7: WebKit 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.WebKit.Objects.WebNavigationAction

Contents

Description

 

Synopsis

Exported types

newtype WebNavigationAction Source #

Constructors

WebNavigationAction (ManagedPtr WebNavigationAction) 

Instances

GObject WebNavigationAction Source # 
IsObject WebNavigationAction Source # 
IsWebNavigationAction WebNavigationAction Source # 
((~) * info (ResolveWebNavigationActionMethod t WebNavigationAction), MethodInfo * info WebNavigationAction p) => IsLabel t (WebNavigationAction -> p) Source # 
((~) * info (ResolveWebNavigationActionMethod t WebNavigationAction), MethodInfo * info WebNavigationAction p) => IsLabelProxy t (WebNavigationAction -> p) Source # 
HasAttributeList * WebNavigationAction Source # 
type SignalList WebNavigationAction Source # 
type SignalList WebNavigationAction
type AttributeList WebNavigationAction Source # 
type AttributeList WebNavigationAction

Methods

getButton

data WebNavigationActionGetButtonMethodInfo Source #

Instances

((~) * signature (m Int32), MonadIO m, IsWebNavigationAction a) => MethodInfo * WebNavigationActionGetButtonMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy WebNavigationActionGetButtonMethodInfo a -> signature -> s

getModifierState

getOriginalUri

getReason

getTargetFrame

setOriginalUri

data WebNavigationActionSetOriginalUriMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsWebNavigationAction a) => MethodInfo * WebNavigationActionSetOriginalUriMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy WebNavigationActionSetOriginalUriMethodInfo a -> signature -> s

setReason

Properties

button

data WebNavigationActionButtonPropertyInfo Source #

Instances

AttrInfo WebNavigationActionButtonPropertyInfo Source # 
type AttrSetTypeConstraint WebNavigationActionButtonPropertyInfo Source # 
type AttrSetTypeConstraint WebNavigationActionButtonPropertyInfo = * ~ Int32
type AttrOrigin WebNavigationActionButtonPropertyInfo Source # 
type AttrLabel WebNavigationActionButtonPropertyInfo Source # 
type AttrLabel WebNavigationActionButtonPropertyInfo = "button"
type AttrGetType WebNavigationActionButtonPropertyInfo Source # 
type AttrBaseTypeConstraint WebNavigationActionButtonPropertyInfo Source # 
type AttrAllowedOps WebNavigationActionButtonPropertyInfo Source # 
type AttrAllowedOps WebNavigationActionButtonPropertyInfo = (:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))

webNavigationActionButton :: AttrLabelProxy "button" Source #

modifierState

data WebNavigationActionModifierStatePropertyInfo Source #

Instances

AttrInfo WebNavigationActionModifierStatePropertyInfo Source # 
type AttrSetTypeConstraint WebNavigationActionModifierStatePropertyInfo Source # 
type AttrOrigin WebNavigationActionModifierStatePropertyInfo Source # 
type AttrLabel WebNavigationActionModifierStatePropertyInfo Source # 
type AttrLabel WebNavigationActionModifierStatePropertyInfo = "modifier-state"
type AttrGetType WebNavigationActionModifierStatePropertyInfo Source # 
type AttrBaseTypeConstraint WebNavigationActionModifierStatePropertyInfo Source # 
type AttrAllowedOps WebNavigationActionModifierStatePropertyInfo Source # 
type AttrAllowedOps WebNavigationActionModifierStatePropertyInfo = (:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))

webNavigationActionModifierState :: AttrLabelProxy "modifierState" Source #

originalUri

data WebNavigationActionOriginalUriPropertyInfo Source #

Instances

AttrInfo WebNavigationActionOriginalUriPropertyInfo Source # 
type AttrSetTypeConstraint WebNavigationActionOriginalUriPropertyInfo Source # 
type AttrSetTypeConstraint WebNavigationActionOriginalUriPropertyInfo = * ~ Text
type AttrOrigin WebNavigationActionOriginalUriPropertyInfo Source # 
type AttrLabel WebNavigationActionOriginalUriPropertyInfo Source # 
type AttrLabel WebNavigationActionOriginalUriPropertyInfo = "original-uri"
type AttrGetType WebNavigationActionOriginalUriPropertyInfo Source # 
type AttrBaseTypeConstraint WebNavigationActionOriginalUriPropertyInfo Source # 
type AttrAllowedOps WebNavigationActionOriginalUriPropertyInfo Source # 
type AttrAllowedOps WebNavigationActionOriginalUriPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

webNavigationActionOriginalUri :: AttrLabelProxy "originalUri" Source #

reason

data WebNavigationActionReasonPropertyInfo Source #

Instances

AttrInfo WebNavigationActionReasonPropertyInfo Source # 
type AttrSetTypeConstraint WebNavigationActionReasonPropertyInfo Source # 
type AttrOrigin WebNavigationActionReasonPropertyInfo Source # 
type AttrLabel WebNavigationActionReasonPropertyInfo Source # 
type AttrLabel WebNavigationActionReasonPropertyInfo = "reason"
type AttrGetType WebNavigationActionReasonPropertyInfo Source # 
type AttrBaseTypeConstraint WebNavigationActionReasonPropertyInfo Source # 
type AttrAllowedOps WebNavigationActionReasonPropertyInfo Source # 
type AttrAllowedOps WebNavigationActionReasonPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

webNavigationActionReason :: AttrLabelProxy "reason" Source #

targetFrame

data WebNavigationActionTargetFramePropertyInfo Source #

Instances

AttrInfo WebNavigationActionTargetFramePropertyInfo Source # 
type AttrSetTypeConstraint WebNavigationActionTargetFramePropertyInfo Source # 
type AttrSetTypeConstraint WebNavigationActionTargetFramePropertyInfo = * ~ Text
type AttrOrigin WebNavigationActionTargetFramePropertyInfo Source # 
type AttrLabel WebNavigationActionTargetFramePropertyInfo Source # 
type AttrLabel WebNavigationActionTargetFramePropertyInfo = "target-frame"
type AttrGetType WebNavigationActionTargetFramePropertyInfo Source # 
type AttrBaseTypeConstraint WebNavigationActionTargetFramePropertyInfo Source # 
type AttrAllowedOps WebNavigationActionTargetFramePropertyInfo Source # 
type AttrAllowedOps WebNavigationActionTargetFramePropertyInfo = (:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag)))

webNavigationActionTargetFrame :: AttrLabelProxy "targetFrame" Source #