gi-webkit2webextension-4.0.23: 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

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 ]