gi-atk-2.0.7: Atk 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.Atk.Interfaces.Value

Contents

Description

 

Synopsis

Exported types

newtype Value Source #

Constructors

Value (ManagedPtr Value) 

Instances

IsValue Value Source # 
((~) * info (ResolveValueMethod t Value), MethodInfo * info Value p) => IsLabel t (Value -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> Value -> p #

((~) * info (ResolveValueMethod t Value), MethodInfo * info Value p) => IsLabelProxy t (Value -> p) Source # 

Methods

fromLabelProxy :: Proxy Symbol t -> Value -> p

HasAttributeList * Value Source # 
type SignalList Value Source # 
type SignalList Value
type AttributeList Value Source # 
type AttributeList Value

class ManagedPtrNewtype a => IsValue a Source #

Methods

getCurrentValue

data ValueGetCurrentValueMethodInfo Source #

Instances

((~) * signature (GValue -> m ()), MonadIO m, IsValue a) => MethodInfo * ValueGetCurrentValueMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ValueGetCurrentValueMethodInfo a -> signature -> s

valueGetCurrentValue :: (MonadIO m, IsValue a) => a -> GValue -> m () Source #

Deprecated: Since 2.12. Use atk_value_get_value_and_text()instead.

getIncrement

data ValueGetIncrementMethodInfo Source #

Instances

((~) * signature (m Double), MonadIO m, IsValue a) => MethodInfo * ValueGetIncrementMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ValueGetIncrementMethodInfo a -> signature -> s

getMaximumValue

data ValueGetMaximumValueMethodInfo Source #

Instances

((~) * signature (GValue -> m ()), MonadIO m, IsValue a) => MethodInfo * ValueGetMaximumValueMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ValueGetMaximumValueMethodInfo a -> signature -> s

valueGetMaximumValue :: (MonadIO m, IsValue a) => a -> GValue -> m () Source #

Deprecated: Since 2.12. Use atk_value_get_range() instead.

getMinimumIncrement

data ValueGetMinimumIncrementMethodInfo Source #

Instances

((~) * signature (GValue -> m ()), MonadIO m, IsValue a) => MethodInfo * ValueGetMinimumIncrementMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ValueGetMinimumIncrementMethodInfo a -> signature -> s

valueGetMinimumIncrement :: (MonadIO m, IsValue a) => a -> GValue -> m () Source #

Deprecated: Since 2.12. Use atk_value_get_increment() instead.

getMinimumValue

data ValueGetMinimumValueMethodInfo Source #

Instances

((~) * signature (GValue -> m ()), MonadIO m, IsValue a) => MethodInfo * ValueGetMinimumValueMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ValueGetMinimumValueMethodInfo a -> signature -> s

valueGetMinimumValue :: (MonadIO m, IsValue a) => a -> GValue -> m () Source #

Deprecated: Since 2.12. Use atk_value_get_range() instead.

getRange

data ValueGetRangeMethodInfo Source #

Instances

((~) * signature (m (Maybe Range)), MonadIO m, IsValue a) => MethodInfo * ValueGetRangeMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ValueGetRangeMethodInfo a -> signature -> s

getSubRanges

data ValueGetSubRangesMethodInfo Source #

Instances

((~) * signature (m [Range]), MonadIO m, IsValue a) => MethodInfo * ValueGetSubRangesMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ValueGetSubRangesMethodInfo a -> signature -> s

getValueAndText

data ValueGetValueAndTextMethodInfo Source #

Instances

((~) * signature (m (Double, Text)), MonadIO m, IsValue a) => MethodInfo * ValueGetValueAndTextMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ValueGetValueAndTextMethodInfo a -> signature -> s

valueGetValueAndText :: (MonadIO m, IsValue a) => a -> m (Double, Text) Source #

setCurrentValue

data ValueSetCurrentValueMethodInfo Source #

Instances

((~) * signature (GValue -> m Bool), MonadIO m, IsValue a) => MethodInfo * ValueSetCurrentValueMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ValueSetCurrentValueMethodInfo a -> signature -> s

valueSetCurrentValue :: (MonadIO m, IsValue a) => a -> GValue -> m Bool Source #

Deprecated: Since 2.12. Use atk_value_set_value() instead.

setValue

data ValueSetValueMethodInfo Source #

Instances

((~) * signature (Double -> m ()), MonadIO m, IsValue a) => MethodInfo * ValueSetValueMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ValueSetValueMethodInfo a -> signature -> s

valueSetValue :: (MonadIO m, IsValue a) => a -> Double -> m () Source #

Signals

valueChanged

data ValueValueChangedSignalInfo Source #

Instances

SignalInfo ValueValueChangedSignalInfo Source # 

Associated Types

type HaskellCallbackType ValueValueChangedSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o ValueValueChangedSignalInfo -> o -> HaskellCallbackType ValueValueChangedSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType ValueValueChangedSignalInfo Source # 

afterValueValueChanged :: (GObject a, MonadIO m) => a -> ValueValueChangedCallback -> m SignalHandlerId Source #

onValueValueChanged :: (GObject a, MonadIO m) => a -> ValueValueChangedCallback -> m SignalHandlerId Source #