gi-webkit2webextension-4.0.22: WebKit2-WebExtension bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Structs.ContextMenu_

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype ContextMenu_ Source #

Memory-managed wrapper type.

Constructors

ContextMenu_ (ManagedPtr ContextMenu_) 
Instances
WrappedPtr ContextMenu_ Source # 
Instance details

Defined in GI.WebKit2WebExtension.Structs.ContextMenu_

tag ~ AttrSet => Constructible ContextMenu_ tag Source # 
Instance details

Defined in GI.WebKit2WebExtension.Structs.ContextMenu_

Methods

new :: MonadIO m => (ManagedPtr ContextMenu_ -> ContextMenu_) -> [AttrOp ContextMenu_ tag] -> m ContextMenu_

newZeroContextMenu_ :: MonadIO m => m ContextMenu_ Source #

Construct a ContextMenu_ struct initialized to zero.

Properties

parent

No description available in the introspection data.

clearContextMenu_Parent :: MonadIO m => ContextMenu_ -> m () Source #

Set the value of the “parent” field to Nothing. When overloading is enabled, this is equivalent to

clear #parent

getContextMenu_Parent :: MonadIO m => ContextMenu_ -> m (Maybe Object) Source #

Get the value of the “parent” field. When overloading is enabled, this is equivalent to

get contextMenu_ #parent

setContextMenu_Parent :: MonadIO m => ContextMenu_ -> Ptr Object -> m () Source #

Set the value of the “parent” field. When overloading is enabled, this is equivalent to

set contextMenu_ [ #parent := value ]