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 |
Synopsis
- newtype RcStyle = RcStyle (ManagedPtr RcStyle)
- class GObject o => IsRcStyle o
- toRcStyle :: (MonadIO m, IsRcStyle o) => o -> m RcStyle
- noRcStyle :: Maybe RcStyle
- rcStyleCopy :: (HasCallStack, MonadIO m, IsRcStyle a) => a -> m RcStyle
- rcStyleNew :: (HasCallStack, MonadIO m) => m RcStyle
Exported types
Memory-managed wrapper type.
Instances
GObject RcStyle Source # | |
Defined in GI.Gtk.Objects.RcStyle gobjectType :: RcStyle -> IO GType # | |
IsObject RcStyle Source # | |
Defined in GI.Gtk.Objects.RcStyle | |
IsRcStyle RcStyle Source # | |
Defined in GI.Gtk.Objects.RcStyle |
class GObject o => IsRcStyle o Source #
Instances
(GObject a, (UnknownAncestorError RcStyle a :: Constraint)) => IsRcStyle a Source # | |
Defined in GI.Gtk.Objects.RcStyle | |
IsRcStyle RcStyle Source # | |
Defined in GI.Gtk.Objects.RcStyle |
Methods
copy
:: (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
:: (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.