| 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 (ManagedPtr 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)
- rcProperty_origin :: AttrLabelProxy "origin"
- setRcPropertyOrigin :: MonadIO m => RcProperty -> CString -> m ()
- getRcPropertyPropertyName :: MonadIO m => RcProperty -> m Word32
- rcProperty_propertyName :: AttrLabelProxy "propertyName"
- setRcPropertyPropertyName :: MonadIO m => RcProperty -> Word32 -> m ()
- getRcPropertyTypeName :: MonadIO m => RcProperty -> m Word32
- rcProperty_typeName :: AttrLabelProxy "typeName"
- setRcPropertyTypeName :: MonadIO m => RcProperty -> Word32 -> m ()
- getRcPropertyValue :: MonadIO m => RcProperty -> m GValue
- rcProperty_value :: AttrLabelProxy "value"
Exported types
newtype RcProperty Source #
Constructors
| RcProperty (ManagedPtr 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
parseBorder
rcPropertyParseBorder :: MonadIO m => GParamSpec -> String -> GValue -> m Bool Source #
parseColor
rcPropertyParseColor :: MonadIO m => GParamSpec -> String -> GValue -> m Bool Source #
parseEnum
rcPropertyParseEnum :: MonadIO m => GParamSpec -> String -> GValue -> m Bool Source #
parseFlags
rcPropertyParseFlags :: MonadIO m => GParamSpec -> String -> GValue -> m Bool Source #
parseRequisition
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 #
rcProperty_origin :: AttrLabelProxy "origin" Source #
setRcPropertyOrigin :: MonadIO m => RcProperty -> CString -> m () Source #
propertyName
getRcPropertyPropertyName :: MonadIO m => RcProperty -> m Word32 Source #
rcProperty_propertyName :: AttrLabelProxy "propertyName" Source #
setRcPropertyPropertyName :: MonadIO m => RcProperty -> Word32 -> m () Source #
typeName
getRcPropertyTypeName :: MonadIO m => RcProperty -> m Word32 Source #
rcProperty_typeName :: AttrLabelProxy "typeName" Source #
setRcPropertyTypeName :: MonadIO m => RcProperty -> Word32 -> m () Source #
value
getRcPropertyValue :: MonadIO m => RcProperty -> m GValue Source #
rcProperty_value :: AttrLabelProxy "value" Source #