gi-gtk-3.0.38: Gtk bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
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

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 ]