gi-gtk-0.3.18.15: Gtk 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.Gtk.Objects.StyleProperties

Contents

Description

 

Synopsis

Exported types

Methods

stylePropertiesClear

data StylePropertiesClearMethodInfo Source

Instances

((~) * signature (m ()), MonadIO m, StylePropertiesK a) => MethodInfo * StylePropertiesClearMethodInfo a signature 

stylePropertiesClear :: (MonadIO m, StylePropertiesK a) => a -> m () Source

Deprecated: (Since version 3.16)#GtkStyleProperties are deprecated.

stylePropertiesGetProperty

stylePropertiesGetProperty :: (MonadIO m, StylePropertiesK a) => a -> Text -> [StateFlags] -> m (Bool, GValue) Source

Deprecated: (Since version 3.16)#GtkStyleProperties are deprecated.

stylePropertiesLookupColor

stylePropertiesLookupColor :: (MonadIO m, StylePropertiesK a) => a -> Text -> m SymbolicColor Source

Deprecated: (Since version 3.8)#GtkSymbolicColor is deprecated.

stylePropertiesMapColor

stylePropertiesMapColor :: (MonadIO m, StylePropertiesK a) => a -> Text -> SymbolicColor -> m () Source

Deprecated: (Since version 3.8)#GtkSymbolicColor is deprecated.

stylePropertiesMerge

data StylePropertiesMergeMethodInfo Source

Instances

((~) * signature (b -> Bool -> m ()), MonadIO m, StylePropertiesK a, StylePropertiesK b) => MethodInfo * StylePropertiesMergeMethodInfo a signature 

stylePropertiesMerge :: (MonadIO m, StylePropertiesK a, StylePropertiesK b) => a -> b -> Bool -> m () Source

Deprecated: (Since version 3.16)#GtkStyleProperties are deprecated.

stylePropertiesNew

stylePropertiesNew :: MonadIO m => m StyleProperties Source

Deprecated: (Since version 3.16)#GtkStyleProperties are deprecated.

stylePropertiesSetProperty

stylePropertiesSetProperty :: (MonadIO m, StylePropertiesK a) => a -> Text -> [StateFlags] -> GValue -> m () Source

Deprecated: (Since version 3.16)#GtkStyleProperties are deprecated.

stylePropertiesUnsetProperty

stylePropertiesUnsetProperty :: (MonadIO m, StylePropertiesK a) => a -> Text -> [StateFlags] -> m () Source

Deprecated: (Since version 3.16)#GtkStyleProperties are deprecated.