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.Interfaces.Activatable

Contents

Description

 

Synopsis

Exported types

newtype Activatable Source

Instances

Methods

activatableDoSetRelatedAction

activatableDoSetRelatedAction :: (MonadIO m, ActivatableK a, ActionK b) => a -> b -> m () Source

Deprecated: (Since version 3.10)

activatableGetRelatedAction

activatableGetRelatedAction :: (MonadIO m, ActivatableK a) => a -> m Action Source

Deprecated: (Since version 3.10)

activatableGetUseActionAppearance

activatableGetUseActionAppearance :: (MonadIO m, ActivatableK a) => a -> m Bool Source

Deprecated: (Since version 3.10)

activatableSetRelatedAction

activatableSetRelatedAction :: (MonadIO m, ActivatableK a, ActionK b) => a -> b -> m () Source

Deprecated: (Since version 3.10)

activatableSetUseActionAppearance

activatableSetUseActionAppearance :: (MonadIO m, ActivatableK a) => a -> Bool -> m () Source

Deprecated: (Since version 3.10)

activatableSyncActionProperties

activatableSyncActionProperties :: (MonadIO m, ActivatableK a, ActionK b) => a -> Maybe b -> m () Source

Deprecated: (Since version 3.10)

Properties

RelatedAction

data ActivatableRelatedActionPropertyInfo Source

UseActionAppearance

data ActivatableUseActionAppearancePropertyInfo Source

Instances

AttrInfo ActivatableUseActionAppearancePropertyInfo Source 
type AttrLabel ActivatableUseActionAppearancePropertyInfo = "use-action-appearance" Source 
type AttrGetType ActivatableUseActionAppearancePropertyInfo = Bool Source 
type AttrBaseTypeConstraint ActivatableUseActionAppearancePropertyInfo = ActivatableK Source 
type AttrSetTypeConstraint ActivatableUseActionAppearancePropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps ActivatableUseActionAppearancePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source