gi-gtk-3.0.26: Gtk bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Structs.AccelGroupEntry

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newZeroAccelGroupEntry :: MonadIO m => m AccelGroupEntry Source #

Construct a AccelGroupEntry struct initialized to zero.

Properties

accelPathQuark

No description available in the introspection data.

getAccelGroupEntryAccelPathQuark :: MonadIO m => AccelGroupEntry -> m Word32 Source #

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

get accelGroupEntry #accelPathQuark

setAccelGroupEntryAccelPathQuark :: MonadIO m => AccelGroupEntry -> Word32 -> m () Source #

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

set accelGroupEntry [ #accelPathQuark := value ]

closure

No description available in the introspection data.

clearAccelGroupEntryClosure :: MonadIO m => AccelGroupEntry -> m () Source #

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

clear #closure

getAccelGroupEntryClosure :: MonadIO m => AccelGroupEntry -> m (Maybe Closure) Source #

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

get accelGroupEntry #closure

setAccelGroupEntryClosure :: MonadIO m => AccelGroupEntry -> Ptr Closure -> m () Source #

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

set accelGroupEntry [ #closure := value ]

key

No description available in the introspection data.

getAccelGroupEntryKey :: MonadIO m => AccelGroupEntry -> m AccelKey Source #

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

get accelGroupEntry #key