gi-gtk-3.0.33: 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.

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 ]