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

CellRendererAccel displays a keyboard accelerator (i.e. a key combination like Control + a). If the cell renderer is editable, the accelerator can be changed by simply typing the new combination.

The CellRendererAccel cell renderer was added in GTK+ 2.10.

Synopsis

Exported types

Methods

new

cellRendererAccelNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> m CellRendererAccel

Returns: the new cell renderer

Creates a new CellRendererAccel.

Since: 2.10

Properties

accelKey

data CellRendererAccelAccelKeyPropertyInfo Source #

Instances

AttrInfo CellRendererAccelAccelKeyPropertyInfo Source # 
type AttrOrigin CellRendererAccelAccelKeyPropertyInfo Source # 
type AttrLabel CellRendererAccelAccelKeyPropertyInfo Source # 
type AttrGetType CellRendererAccelAccelKeyPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererAccelAccelKeyPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererAccelAccelKeyPropertyInfo Source # 
type AttrAllowedOps CellRendererAccelAccelKeyPropertyInfo Source # 

accelMode

data CellRendererAccelAccelModePropertyInfo Source #

Instances

AttrInfo CellRendererAccelAccelModePropertyInfo Source # 
type AttrOrigin CellRendererAccelAccelModePropertyInfo Source # 
type AttrLabel CellRendererAccelAccelModePropertyInfo Source # 
type AttrGetType CellRendererAccelAccelModePropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererAccelAccelModePropertyInfo Source # 
type AttrSetTypeConstraint CellRendererAccelAccelModePropertyInfo Source # 
type AttrAllowedOps CellRendererAccelAccelModePropertyInfo Source # 

accelMods

data CellRendererAccelAccelModsPropertyInfo Source #

Instances

AttrInfo CellRendererAccelAccelModsPropertyInfo Source # 
type AttrOrigin CellRendererAccelAccelModsPropertyInfo Source # 
type AttrLabel CellRendererAccelAccelModsPropertyInfo Source # 
type AttrGetType CellRendererAccelAccelModsPropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererAccelAccelModsPropertyInfo Source # 
type AttrSetTypeConstraint CellRendererAccelAccelModsPropertyInfo Source # 
type AttrAllowedOps CellRendererAccelAccelModsPropertyInfo Source # 

keycode

data CellRendererAccelKeycodePropertyInfo Source #

Instances

AttrInfo CellRendererAccelKeycodePropertyInfo Source # 
type AttrOrigin CellRendererAccelKeycodePropertyInfo Source # 
type AttrLabel CellRendererAccelKeycodePropertyInfo Source # 
type AttrGetType CellRendererAccelKeycodePropertyInfo Source # 
type AttrBaseTypeConstraint CellRendererAccelKeycodePropertyInfo Source # 
type AttrSetTypeConstraint CellRendererAccelKeycodePropertyInfo Source # 
type AttrAllowedOps CellRendererAccelKeycodePropertyInfo Source # 

Signals

accelCleared

accelEdited