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

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

UseActionAppearance