Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | None |
Language | Haskell2010 |
Deprecated
Synopsis
- newtype RcProperty = RcProperty (ManagedPtr RcProperty)
- newZeroRcProperty :: MonadIO m => m RcProperty
- noRcProperty :: Maybe RcProperty
- rcPropertyParseBorder :: (HasCallStack, MonadIO m) => GParamSpec -> String -> GValue -> m Bool
- rcPropertyParseColor :: (HasCallStack, MonadIO m) => GParamSpec -> String -> GValue -> m Bool
- rcPropertyParseEnum :: (HasCallStack, MonadIO m) => GParamSpec -> String -> GValue -> m Bool
- rcPropertyParseFlags :: (HasCallStack, MonadIO m) => GParamSpec -> String -> GValue -> m Bool
- rcPropertyParseRequisition :: (HasCallStack, MonadIO m) => GParamSpec -> String -> GValue -> m Bool
- clearRcPropertyOrigin :: MonadIO m => RcProperty -> m ()
- getRcPropertyOrigin :: MonadIO m => RcProperty -> m (Maybe Text)
- setRcPropertyOrigin :: MonadIO m => RcProperty -> CString -> m ()
- getRcPropertyPropertyName :: MonadIO m => RcProperty -> m Word32
- setRcPropertyPropertyName :: MonadIO m => RcProperty -> Word32 -> m ()
- getRcPropertyTypeName :: MonadIO m => RcProperty -> m Word32
- setRcPropertyTypeName :: MonadIO m => RcProperty -> Word32 -> m ()
- getRcPropertyValue :: MonadIO m => RcProperty -> m GValue
Exported types
newtype RcProperty Source #
Memory-managed wrapper type.
Instances
Eq RcProperty Source # | |
Defined in GI.Gtk.Structs.RcProperty (==) :: RcProperty -> RcProperty -> Bool # (/=) :: RcProperty -> RcProperty -> Bool # | |
WrappedPtr RcProperty Source # | |
Defined in GI.Gtk.Structs.RcProperty | |
tag ~ 'AttrSet => Constructible RcProperty tag Source # | |
Defined in GI.Gtk.Structs.RcProperty new :: MonadIO m => (ManagedPtr RcProperty -> RcProperty) -> [AttrOp RcProperty tag] -> m RcProperty # |
newZeroRcProperty :: MonadIO m => m RcProperty Source #
Construct a RcProperty
struct initialized to zero.
noRcProperty :: Maybe RcProperty Source #
A convenience alias for Nothing
:: Maybe
RcProperty
.
Methods
Overloaded methods
parseBorder
rcPropertyParseBorder Source #
:: (HasCallStack, MonadIO m) | |
=> GParamSpec |
|
-> String |
|
-> GValue |
|
-> m Bool | Returns: |
A RcPropertyParser
for use with settingsInstallPropertyParser
or gtk_widget_class_install_style_property_parser()
which parses
borders in the form
"{ left, right, top, bottom }"
for integers
left, right, top and bottom.
parseColor
:: (HasCallStack, MonadIO m) | |
=> GParamSpec |
|
-> String |
|
-> GValue | |
-> m Bool | Returns: |
A RcPropertyParser
for use with settingsInstallPropertyParser
or gtk_widget_class_install_style_property_parser()
which parses a
color given either by its name or in the form
{ red, green, blue }
where red, green and
blue are integers between 0 and 65535 or floating-point numbers
between 0 and 1.
parseEnum
:: (HasCallStack, MonadIO m) | |
=> GParamSpec |
|
-> String |
|
-> GValue |
|
-> m Bool | Returns: |
A RcPropertyParser
for use with settingsInstallPropertyParser
or gtk_widget_class_install_style_property_parser()
which parses a single
enumeration value.
The enumeration value can be specified by its name, its nickname or its numeric value. For consistency with flags parsing, the value may be surrounded by parentheses.
parseFlags
:: (HasCallStack, MonadIO m) | |
=> GParamSpec |
|
-> String |
|
-> GValue |
|
-> m Bool | Returns: |
A RcPropertyParser
for use with settingsInstallPropertyParser
or gtk_widget_class_install_style_property_parser()
which parses flags.
Flags can be specified by their name, their nickname or
numerically. Multiple flags can be specified in the form
"( flag1 | flag2 | ... )"
.
parseRequisition
rcPropertyParseRequisition Source #
:: (HasCallStack, MonadIO m) | |
=> GParamSpec |
|
-> String |
|
-> GValue |
|
-> m Bool | Returns: |
A RcPropertyParser
for use with settingsInstallPropertyParser
or gtk_widget_class_install_style_property_parser()
which parses a
requisition in the form
"{ width, height }"
for integers width
and height
.
Properties
origin
field similar to one found in SettingsValue
clearRcPropertyOrigin :: MonadIO m => RcProperty -> m () Source #
Set the value of the “origin
” field to Nothing
.
When overloading is enabled, this is equivalent to
clear
#origin
getRcPropertyOrigin :: MonadIO m => RcProperty -> m (Maybe Text) Source #
Get the value of the “origin
” field.
When overloading is enabled, this is equivalent to
get
rcProperty #origin
setRcPropertyOrigin :: MonadIO m => RcProperty -> CString -> m () Source #
Set the value of the “origin
” field.
When overloading is enabled, this is equivalent to
set
rcProperty [ #origin:=
value ]
propertyName
quark-ified property identifier like “GtkScrollbar[spacing](#signal:spacing)”
getRcPropertyPropertyName :: MonadIO m => RcProperty -> m Word32 Source #
Get the value of the “property_name
” field.
When overloading is enabled, this is equivalent to
get
rcProperty #propertyName
setRcPropertyPropertyName :: MonadIO m => RcProperty -> Word32 -> m () Source #
Set the value of the “property_name
” field.
When overloading is enabled, this is equivalent to
set
rcProperty [ #propertyName:=
value ]
typeName
quark-ified type identifier
getRcPropertyTypeName :: MonadIO m => RcProperty -> m Word32 Source #
Get the value of the “type_name
” field.
When overloading is enabled, this is equivalent to
get
rcProperty #typeName
setRcPropertyTypeName :: MonadIO m => RcProperty -> Word32 -> m () Source #
Set the value of the “type_name
” field.
When overloading is enabled, this is equivalent to
set
rcProperty [ #typeName:=
value ]
value
field similar to one found in SettingsValue
getRcPropertyValue :: MonadIO m => RcProperty -> m GValue Source #
Get the value of the “value
” field.
When overloading is enabled, this is equivalent to
get
rcProperty #value