gi-webkit2webextension-4.0.27: WebKit2-WebExtension bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.WebKit2WebExtension.Structs.ContextMenu_

Description

No description available in the introspection data.

Synopsis

Exported types

newZeroContextMenu_ :: MonadIO m => m ContextMenu_ Source #

Construct a ContextMenu_ struct initialized to zero.

Methods

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 ]