| 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.Objects.RcStyle
Description
- newtype RcStyle = RcStyle (ForeignPtr RcStyle)
- class GObject o => IsRcStyle o
- toRcStyle :: IsRcStyle o => o -> IO RcStyle
- noRcStyle :: Maybe RcStyle
- data RcStyleCopyMethodInfo
- rcStyleCopy :: (MonadIO m, IsRcStyle a) => a -> m RcStyle
- rcStyleNew :: MonadIO m => m RcStyle
Exported types
Constructors
| RcStyle (ForeignPtr RcStyle) |
Instances
| GObject RcStyle Source # | |
| IsObject RcStyle Source # | |
| IsRcStyle RcStyle Source # | |
| ((~) * info (ResolveRcStyleMethod t RcStyle), MethodInfo * info RcStyle p) => IsLabel t (RcStyle -> p) Source # | |
| ((~) * info (ResolveRcStyleMethod t RcStyle), MethodInfo * info RcStyle p) => IsLabelProxy t (RcStyle -> p) Source # | |
| HasAttributeList * RcStyle Source # | |
| type SignalList RcStyle Source # | |
| type AttributeList RcStyle Source # | |
Methods
rcStyleCopy
data RcStyleCopyMethodInfo Source #
rcStyleCopy :: (MonadIO m, IsRcStyle a) => a -> m RcStyle Source #
Deprecated: (Since version 3.0)Use #GtkCssProvider instead.
rcStyleNew
rcStyleNew :: MonadIO m => m RcStyle Source #
Deprecated: (Since version 3.0)Use #GtkCssProvider instead.