| 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.Gtk.Structs.RcProperty
Contents
Description
Deprecated
- newtype RcProperty = RcProperty (ForeignPtr RcProperty)
- newZeroRcProperty :: MonadIO m => m RcProperty
- noRcProperty :: Maybe RcProperty
- rcPropertyParseBorder :: MonadIO m => GParamSpec -> String -> GValue -> m Bool
- rcPropertyParseColor :: MonadIO m => GParamSpec -> String -> GValue -> m Bool
- rcPropertyParseEnum :: MonadIO m => GParamSpec -> String -> GValue -> m Bool
- rcPropertyParseFlags :: MonadIO m => GParamSpec -> String -> GValue -> m Bool
- rcPropertyParseRequisition :: MonadIO m => GParamSpec -> String -> GValue -> m Bool
- clearRcPropertyOrigin :: MonadIO m => RcProperty -> m ()
- getRcPropertyOrigin :: MonadIO m => RcProperty -> m (Maybe Text)
- rcPropertyOrigin :: AttrLabelProxy "origin"
- setRcPropertyOrigin :: MonadIO m => RcProperty -> CString -> m ()
- getRcPropertyPropertyName :: MonadIO m => RcProperty -> m Word32
- rcPropertyPropertyName :: AttrLabelProxy "propertyName"
- setRcPropertyPropertyName :: MonadIO m => RcProperty -> Word32 -> m ()
- getRcPropertyTypeName :: MonadIO m => RcProperty -> m Word32
- rcPropertyTypeName :: AttrLabelProxy "typeName"
- setRcPropertyTypeName :: MonadIO m => RcProperty -> Word32 -> m ()
- clearRcPropertyValue :: MonadIO m => RcProperty -> m ()
- getRcPropertyValue :: MonadIO m => RcProperty -> m (Maybe GValue)
- rcPropertyValue :: AttrLabelProxy "value"
- setRcPropertyValue :: MonadIO m => RcProperty -> Ptr GValue -> m ()
Exported types
newtype RcProperty Source #
Constructors
| RcProperty (ForeignPtr RcProperty) |
Instances
| WrappedPtr RcProperty Source # | |
| (~) AttrOpTag tag AttrSet => Constructible RcProperty tag Source # | |
| ((~) * info (ResolveRcPropertyMethod t RcProperty), MethodInfo * info RcProperty p) => IsLabel t (RcProperty -> p) Source # | |
| ((~) * info (ResolveRcPropertyMethod t RcProperty), MethodInfo * info RcProperty p) => IsLabelProxy t (RcProperty -> p) Source # | |
| HasAttributeList * RcProperty Source # | |
| type AttributeList RcProperty Source # | |
newZeroRcProperty :: MonadIO m => m RcProperty Source #
Construct a RcProperty struct initialized to zero.
Methods
rcPropertyParseBorder
rcPropertyParseBorder :: MonadIO m => GParamSpec -> String -> GValue -> m Bool Source #
rcPropertyParseColor
rcPropertyParseColor :: MonadIO m => GParamSpec -> String -> GValue -> m Bool Source #
rcPropertyParseEnum
rcPropertyParseEnum :: MonadIO m => GParamSpec -> String -> GValue -> m Bool Source #
rcPropertyParseFlags
rcPropertyParseFlags :: MonadIO m => GParamSpec -> String -> GValue -> m Bool Source #
rcPropertyParseRequisition
rcPropertyParseRequisition :: MonadIO m => GParamSpec -> String -> GValue -> m Bool Source #
Properties
Origin
clearRcPropertyOrigin :: MonadIO m => RcProperty -> m () Source #
getRcPropertyOrigin :: MonadIO m => RcProperty -> m (Maybe Text) Source #
rcPropertyOrigin :: AttrLabelProxy "origin" Source #
setRcPropertyOrigin :: MonadIO m => RcProperty -> CString -> m () Source #
PropertyName
getRcPropertyPropertyName :: MonadIO m => RcProperty -> m Word32 Source #
rcPropertyPropertyName :: AttrLabelProxy "propertyName" Source #
setRcPropertyPropertyName :: MonadIO m => RcProperty -> Word32 -> m () Source #
TypeName
getRcPropertyTypeName :: MonadIO m => RcProperty -> m Word32 Source #
rcPropertyTypeName :: AttrLabelProxy "typeName" Source #
setRcPropertyTypeName :: MonadIO m => RcProperty -> Word32 -> m () Source #
Value
clearRcPropertyValue :: MonadIO m => RcProperty -> m () Source #
getRcPropertyValue :: MonadIO m => RcProperty -> m (Maybe GValue) Source #
rcPropertyValue :: AttrLabelProxy "value" Source #
setRcPropertyValue :: MonadIO m => RcProperty -> Ptr GValue -> m () Source #