gi-gtk-3.0.7: Gtk bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.RcStyle

Contents

Description

 

Synopsis

Exported types

newtype RcStyle Source #

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 # 

Methods

fromLabel :: Proxy# Symbol t -> RcStyle -> p #

((~) * info (ResolveRcStyleMethod t RcStyle), MethodInfo * info RcStyle p) => IsLabelProxy t (RcStyle -> p) Source # 

Methods

fromLabelProxy :: Proxy Symbol t -> RcStyle -> p

HasAttributeList * RcStyle Source # 
type SignalList RcStyle Source # 
type SignalList RcStyle
type AttributeList RcStyle Source # 
type AttributeList RcStyle

class GObject o => IsRcStyle o Source #

Instances

(GObject a, UnknownAncestorError Constraint RcStyle a) => IsRcStyle a Source # 
IsRcStyle RcStyle Source # 

Methods

copy

data RcStyleCopyMethodInfo Source #

Instances

((~) * signature (m RcStyle), MonadIO m, IsRcStyle a) => MethodInfo * RcStyleCopyMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy RcStyleCopyMethodInfo a -> signature -> s

rcStyleCopy :: (MonadIO m, IsRcStyle a) => a -> m RcStyle Source #

Deprecated: (Since version 3.0)Use #GtkCssProvider instead.

new

rcStyleNew :: MonadIO m => m RcStyle Source #

Deprecated: (Since version 3.0)Use #GtkCssProvider instead.