gi-gtk-3.0.32: Gtk bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Structs.BindingArg

Contents

Description

A tBindingArg holds the data associated with an argument for a key binding signal emission as stored in tBindingSignal.

Synopsis

Exported types

newtype BindingArg Source #

Memory-managed wrapper type.

Constructors

BindingArg (ManagedPtr BindingArg) 
Instances
Eq BindingArg Source # 
Instance details

Defined in GI.Gtk.Structs.BindingArg

Methods

(==) :: BindingArg -> BindingArg -> Bool

(/=) :: BindingArg -> BindingArg -> Bool

WrappedPtr BindingArg Source # 
Instance details

Defined in GI.Gtk.Structs.BindingArg

Methods

wrappedPtrCalloc :: IO (Ptr BindingArg)

wrappedPtrCopy :: BindingArg -> IO BindingArg

wrappedPtrFree :: Maybe (GDestroyNotify BindingArg)

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

Defined in GI.Gtk.Structs.BindingArg

Methods

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

newZeroBindingArg :: MonadIO m => m BindingArg Source #

Construct a BindingArg struct initialized to zero.

noBindingArg :: Maybe BindingArg Source #

A convenience alias for Nothing :: Maybe BindingArg.

Methods

Overloaded methods

Properties

argType

implementation detail

getBindingArgArgType :: MonadIO m => BindingArg -> m GType Source #

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

get bindingArg #argType

setBindingArgArgType :: MonadIO m => BindingArg -> GType -> m () Source #

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

set bindingArg [ #argType := value ]