Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- newtype RcStyle = RcStyle (ManagedPtr RcStyle)
- class (GObject o, IsDescendantOf RcStyle o) => IsRcStyle o
- toRcStyle :: (MonadIO m, IsRcStyle o) => o -> m RcStyle
- rcStyleCopy :: (HasCallStack, MonadIO m, IsRcStyle a) => a -> m RcStyle
- rcStyleNew :: (HasCallStack, MonadIO m) => m RcStyle
Exported types
Memory-managed wrapper type.
Instances
Eq RcStyle Source # | |
GObject RcStyle Source # | |
Defined in GI.Gtk.Objects.RcStyle | |
ManagedPtrNewtype RcStyle Source # | |
Defined in GI.Gtk.Objects.RcStyle toManagedPtr :: RcStyle -> ManagedPtr RcStyle | |
TypedObject RcStyle Source # | |
Defined in GI.Gtk.Objects.RcStyle | |
HasParentTypes RcStyle Source # | |
Defined in GI.Gtk.Objects.RcStyle | |
IsGValue (Maybe RcStyle) Source # | Convert |
Defined in GI.Gtk.Objects.RcStyle gvalueGType_ :: IO GType gvalueSet_ :: Ptr GValue -> Maybe RcStyle -> IO () gvalueGet_ :: Ptr GValue -> IO (Maybe RcStyle) | |
type ParentTypes RcStyle Source # | |
Defined in GI.Gtk.Objects.RcStyle type ParentTypes RcStyle = '[Object] |
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
Click to display all available methods, including inherited ones
Methods
bindProperty, bindPropertyFull, copy, forceFloating, freezeNotify, getv, isFloating, notify, notifyByPspec, ref, refSink, runDispose, stealData, stealQdata, thawNotify, unref, watchClosure.
Getters
getData, getProperty, getQdata.
Setters
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.