Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
Safe Haskell | None |
Language | Haskell2010 |
- newtype Activatable = Activatable (ForeignPtr Activatable)
- noActivatable :: Maybe Activatable
- class GObject o => ActivatableK o
- toActivatable :: ActivatableK o => o -> IO Activatable
- data ActivatableDoSetRelatedActionMethodInfo
- activatableDoSetRelatedAction :: (MonadIO m, ActivatableK a, ActionK b) => a -> b -> m ()
- data ActivatableGetRelatedActionMethodInfo
- activatableGetRelatedAction :: (MonadIO m, ActivatableK a) => a -> m Action
- data ActivatableGetUseActionAppearanceMethodInfo
- activatableGetUseActionAppearance :: (MonadIO m, ActivatableK a) => a -> m Bool
- data ActivatableSetRelatedActionMethodInfo
- activatableSetRelatedAction :: (MonadIO m, ActivatableK a, ActionK b) => a -> b -> m ()
- data ActivatableSetUseActionAppearanceMethodInfo
- activatableSetUseActionAppearance :: (MonadIO m, ActivatableK a) => a -> Bool -> m ()
- data ActivatableSyncActionPropertiesMethodInfo
- activatableSyncActionProperties :: (MonadIO m, ActivatableK a, ActionK b) => a -> Maybe b -> m ()
- data ActivatableRelatedActionPropertyInfo
- constructActivatableRelatedAction :: ActionK a => a -> IO ([Char], GValue)
- getActivatableRelatedAction :: (MonadIO m, ActivatableK o) => o -> m Action
- setActivatableRelatedAction :: (MonadIO m, ActivatableK o, ActionK a) => o -> a -> m ()
- data ActivatableUseActionAppearancePropertyInfo
- constructActivatableUseActionAppearance :: Bool -> IO ([Char], GValue)
- getActivatableUseActionAppearance :: (MonadIO m, ActivatableK o) => o -> m Bool
- setActivatableUseActionAppearance :: (MonadIO m, ActivatableK o) => o -> Bool -> m ()
Exported types
newtype Activatable Source
GObject Activatable Source | |
((~) * info (ResolveActivatableMethod t Activatable), MethodInfo * info Activatable p) => IsLabel t (Activatable -> p) Source | |
((~) * info (ResolveActivatableMethod t Activatable), MethodInfo * info Activatable p) => IsLabelProxy t (Activatable -> p) Source | |
type ParentTypes Activatable Source | |
type AttributeList Activatable Source | |
type SignalList Activatable Source |
class GObject o => ActivatableK o Source
(GObject o, IsDescendantOf Activatable o) => ActivatableK o Source | |
toActivatable :: ActivatableK o => o -> IO Activatable Source
Methods
activatableDoSetRelatedAction
data ActivatableDoSetRelatedActionMethodInfo Source
((~) (TYPE Lifted) signature (b -> m ()), MonadIO m, ActivatableK a, ActionK b) => MethodInfo (TYPE Lifted) ActivatableDoSetRelatedActionMethodInfo a signature Source | |
activatableDoSetRelatedAction :: (MonadIO m, ActivatableK a, ActionK b) => a -> b -> m () Source
Deprecated: (Since version 3.10)
activatableGetRelatedAction
data ActivatableGetRelatedActionMethodInfo Source
((~) (TYPE Lifted) signature (m Action), MonadIO m, ActivatableK a) => MethodInfo (TYPE Lifted) ActivatableGetRelatedActionMethodInfo a signature Source | |
activatableGetRelatedAction :: (MonadIO m, ActivatableK a) => a -> m Action Source
Deprecated: (Since version 3.10)
activatableGetUseActionAppearance
data ActivatableGetUseActionAppearanceMethodInfo Source
((~) (TYPE Lifted) signature (m Bool), MonadIO m, ActivatableK a) => MethodInfo (TYPE Lifted) ActivatableGetUseActionAppearanceMethodInfo a signature Source | |
activatableGetUseActionAppearance :: (MonadIO m, ActivatableK a) => a -> m Bool Source
Deprecated: (Since version 3.10)
activatableSetRelatedAction
data ActivatableSetRelatedActionMethodInfo Source
((~) (TYPE Lifted) signature (b -> m ()), MonadIO m, ActivatableK a, ActionK b) => MethodInfo (TYPE Lifted) ActivatableSetRelatedActionMethodInfo a signature Source | |
activatableSetRelatedAction :: (MonadIO m, ActivatableK a, ActionK b) => a -> b -> m () Source
Deprecated: (Since version 3.10)
activatableSetUseActionAppearance
data ActivatableSetUseActionAppearanceMethodInfo Source
((~) (TYPE Lifted) signature (Bool -> m ()), MonadIO m, ActivatableK a) => MethodInfo (TYPE Lifted) ActivatableSetUseActionAppearanceMethodInfo a signature Source | |
activatableSetUseActionAppearance :: (MonadIO m, ActivatableK a) => a -> Bool -> m () Source
Deprecated: (Since version 3.10)
activatableSyncActionProperties
data ActivatableSyncActionPropertiesMethodInfo Source
((~) (TYPE Lifted) signature (Maybe b -> m ()), MonadIO m, ActivatableK a, ActionK b) => MethodInfo (TYPE Lifted) ActivatableSyncActionPropertiesMethodInfo a signature Source | |
activatableSyncActionProperties :: (MonadIO m, ActivatableK a, ActionK b) => a -> Maybe b -> m () Source
Deprecated: (Since version 3.10)
Properties
RelatedAction
data ActivatableRelatedActionPropertyInfo Source
getActivatableRelatedAction :: (MonadIO m, ActivatableK o) => o -> m Action Source
setActivatableRelatedAction :: (MonadIO m, ActivatableK o, ActionK a) => o -> a -> m () Source
UseActionAppearance
data ActivatableUseActionAppearancePropertyInfo Source
getActivatableUseActionAppearance :: (MonadIO m, ActivatableK o) => o -> m Bool Source
setActivatableUseActionAppearance :: (MonadIO m, ActivatableK o) => o -> Bool -> m () Source