gi-gtk-0.3.18.13: 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.Objects.CellRendererAccel

Contents

Description

 

Synopsis

Exported types

Methods

cellRendererAccelNew

Properties

AccelKey

data CellRendererAccelAccelKeyPropertyInfo Source

Instances

AccelMode

data CellRendererAccelAccelModePropertyInfo Source

Instances

AttrInfo CellRendererAccelAccelModePropertyInfo Source 
type AttrLabel CellRendererAccelAccelModePropertyInfo = "accel-mode" Source 
type AttrGetType CellRendererAccelAccelModePropertyInfo = CellRendererAccelMode Source 
type AttrBaseTypeConstraint CellRendererAccelAccelModePropertyInfo = CellRendererAccelK Source 
type AttrSetTypeConstraint CellRendererAccelAccelModePropertyInfo = TYPE Lifted ~ CellRendererAccelMode Source 
type AttrAllowedOps CellRendererAccelAccelModePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

AccelMods

data CellRendererAccelAccelModsPropertyInfo Source

Instances

AttrInfo CellRendererAccelAccelModsPropertyInfo Source 
type AttrLabel CellRendererAccelAccelModsPropertyInfo = "accel-mods" Source 
type AttrGetType CellRendererAccelAccelModsPropertyInfo = [ModifierType] Source 
type AttrBaseTypeConstraint CellRendererAccelAccelModsPropertyInfo = CellRendererAccelK Source 
type AttrSetTypeConstraint CellRendererAccelAccelModsPropertyInfo = TYPE Lifted ~ [ModifierType] Source 
type AttrAllowedOps CellRendererAccelAccelModsPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

setCellRendererAccelAccelMods :: (MonadIO m, CellRendererAccelK o) => o -> [ModifierType] -> m () Source

Keycode

data CellRendererAccelKeycodePropertyInfo Source

Signals

AccelCleared

AccelEdited

type CellRendererAccelAccelEditedCallback = Text -> Word32 -> [ModifierType] -> Word32 -> IO () Source