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 |
GI.Atk.Structs.PropertyValues
Description
Note: oldValue
field of PropertyValues
will not contain a
valid value. This is a field defined with the purpose of contain
the previous value of the property, but is not used anymore.
- newtype PropertyValues = PropertyValues (ManagedPtr PropertyValues)
- newZeroPropertyValues :: MonadIO m => m PropertyValues
- noPropertyValues :: Maybe PropertyValues
- getPropertyValuesNewValue :: MonadIO m => PropertyValues -> m GValue
- propertyValues_newValue :: AttrLabelProxy "newValue"
- getPropertyValuesOldValue :: MonadIO m => PropertyValues -> m GValue
- propertyValues_oldValue :: AttrLabelProxy "oldValue"
- clearPropertyValuesPropertyName :: MonadIO m => PropertyValues -> m ()
- getPropertyValuesPropertyName :: MonadIO m => PropertyValues -> m (Maybe Text)
- propertyValues_propertyName :: AttrLabelProxy "propertyName"
- setPropertyValuesPropertyName :: MonadIO m => PropertyValues -> CString -> m ()
Exported types
newtype PropertyValues Source #
Constructors
PropertyValues (ManagedPtr PropertyValues) |
Instances
WrappedPtr PropertyValues Source # | |
(~) AttrOpTag tag AttrSet => Constructible PropertyValues tag Source # | |
((~) * info (ResolvePropertyValuesMethod t PropertyValues), MethodInfo * info PropertyValues p) => IsLabel t (PropertyValues -> p) Source # | |
((~) * info (ResolvePropertyValuesMethod t PropertyValues), MethodInfo * info PropertyValues p) => IsLabelProxy t (PropertyValues -> p) Source # | |
HasAttributeList * PropertyValues Source # | |
type AttributeList PropertyValues Source # | |
newZeroPropertyValues :: MonadIO m => m PropertyValues Source #
Construct a PropertyValues
struct initialized to zero.
Properties
newValue
getPropertyValuesNewValue :: MonadIO m => PropertyValues -> m GValue Source #
propertyValues_newValue :: AttrLabelProxy "newValue" Source #
oldValue
getPropertyValuesOldValue :: MonadIO m => PropertyValues -> m GValue Source #
propertyValues_oldValue :: AttrLabelProxy "oldValue" Source #
propertyName
clearPropertyValuesPropertyName :: MonadIO m => PropertyValues -> m () Source #
getPropertyValuesPropertyName :: MonadIO m => PropertyValues -> m (Maybe Text) Source #
propertyValues_propertyName :: AttrLabelProxy "propertyName" Source #
setPropertyValuesPropertyName :: MonadIO m => PropertyValues -> CString -> m () Source #