| 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
Contents
Description
- newtype RcStyle = RcStyle (ManagedPtr RcStyle)
- class GObject o => IsRcStyle o
- toRcStyle :: IsRcStyle o => o -> IO RcStyle
- noRcStyle :: Maybe RcStyle
- data RcStyleCopyMethodInfo
- rcStyleCopy :: (HasCallStack, MonadIO m, IsRcStyle a) => a -> m RcStyle
- rcStyleNew :: (HasCallStack, MonadIO m) => m RcStyle
Exported types
Constructors
| RcStyle (ManagedPtr 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 AttributeList RcStyle Source # | |
| type SignalList RcStyle Source # | |
Methods
copy
data RcStyleCopyMethodInfo Source #
Instances
| ((~) * signature (m RcStyle), MonadIO m, IsRcStyle a) => MethodInfo * RcStyleCopyMethodInfo a signature Source # | |
Arguments
| :: (HasCallStack, MonadIO m, IsRcStyle a) | |
| => a |
|
| -> m RcStyle | Returns: the resulting |
Deprecated: (Since version 3.0)Use CssProvider instead.
Makes a copy of the specified RcStyle. This function
will correctly copy an RC style that is a member of a class
derived from RcStyle.
new
Arguments
| :: (HasCallStack, MonadIO m) | |
| => m RcStyle | Returns: the newly-created |
Deprecated: (Since version 3.0)Use CssProvider instead.
Creates a new RcStyle with no fields set and
a reference count of 1.