gi-gtk-3.0.35: 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

Description

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

Synopsis

Exported types

newtype BindingArg Source #

Memory-managed wrapper type.

Constructors

BindingArg (ManagedPtr BindingArg) 

Instances

Instances details
Eq BindingArg Source # 
Instance details

Defined in GI.Gtk.Structs.BindingArg

Methods

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

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

BoxedPtr BindingArg Source # 
Instance details

Defined in GI.Gtk.Structs.BindingArg

CallocPtr BindingArg Source # 
Instance details

Defined in GI.Gtk.Structs.BindingArg

Methods

boxedPtrCalloc :: IO (Ptr BindingArg)

ManagedPtrNewtype BindingArg Source # 
Instance details

Defined in GI.Gtk.Structs.BindingArg

Methods

toManagedPtr :: BindingArg -> ManagedPtr 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.

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 ]