Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (inaki@blueleaf.cc) |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- newtype RcStyle = RcStyle (ManagedPtr RcStyle)
- class (GObject o, IsDescendantOf RcStyle 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 :: IO GType # | |
HasParentTypes RcStyle Source # | |
Defined in GI.Gtk.Objects.RcStyle | |
type ParentTypes RcStyle Source # | |
Defined in GI.Gtk.Objects.RcStyle |
class (GObject o, IsDescendantOf RcStyle o) => IsRcStyle o Source #
Instances
(GObject o, IsDescendantOf RcStyle o) => IsRcStyle o 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.