gi-gtk-0.3.18.14: 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.Style

Contents

Description

 

Synopsis

Exported types

newtype Style Source

Constructors

Style (ForeignPtr Style) 

Instances

GObject Style 
((~) * info (ResolveStyleMethod t Style), MethodInfo * info Style p) => IsLabelProxy t (Style -> p) 
type ParentTypes Style 
type AttributeList Style 
type SignalList Style 

class GObject o => StyleK o Source

Instances

Methods

styleApplyDefaultBackground

data StyleApplyDefaultBackgroundMethodInfo Source

Instances

((~) * signature (Context -> b -> StateType -> Int32 -> Int32 -> Int32 -> Int32 -> m ()), MonadIO m, StyleK a, WindowK b) => MethodInfo * StyleApplyDefaultBackgroundMethodInfo a signature 

styleApplyDefaultBackground :: (MonadIO m, StyleK a, WindowK b) => a -> Context -> b -> StateType -> Int32 -> Int32 -> Int32 -> Int32 -> m () Source

Deprecated: (Since version 3.0)Use #GtkStyleContext instead

styleCopy

data StyleCopyMethodInfo Source

Instances

((~) * signature (m Style), MonadIO m, StyleK a) => MethodInfo * StyleCopyMethodInfo a signature 

styleCopy :: (MonadIO m, StyleK a) => a -> m Style Source

Deprecated: (Since version 3.0)Use #GtkStyleContext instead

styleDetach

data StyleDetachMethodInfo Source

Instances

((~) * signature (m ()), MonadIO m, StyleK a) => MethodInfo * StyleDetachMethodInfo a signature 

styleDetach :: (MonadIO m, StyleK a) => a -> m () Source

Deprecated: (Since version 3.0)Use #GtkStyleContext instead

styleGetStyleProperty

data StyleGetStylePropertyMethodInfo Source

Instances

((~) * signature (GType -> Text -> m GValue), MonadIO m, StyleK a) => MethodInfo * StyleGetStylePropertyMethodInfo a signature 

styleHasContext

data StyleHasContextMethodInfo Source

Instances

((~) * signature (m Bool), MonadIO m, StyleK a) => MethodInfo * StyleHasContextMethodInfo a signature 

styleLookupColor

data StyleLookupColorMethodInfo Source

Instances

((~) * signature (Text -> m (Bool, Color)), MonadIO m, StyleK a) => MethodInfo * StyleLookupColorMethodInfo a signature 

styleLookupColor :: (MonadIO m, StyleK a) => a -> Text -> m (Bool, Color) Source

Deprecated: (Since version 3.0)Use gtk_style_context_lookup_color() instead

styleLookupIconSet

data StyleLookupIconSetMethodInfo Source

Instances

((~) * signature (Text -> m IconSet), MonadIO m, StyleK a) => MethodInfo * StyleLookupIconSetMethodInfo a signature 

styleLookupIconSet :: (MonadIO m, StyleK a) => a -> Text -> m IconSet Source

Deprecated: (Since version 3.0)Use gtk_style_context_lookup_icon_set() instead

styleNew

styleNew :: MonadIO m => m Style Source

Deprecated: (Since version 3.0)Use #GtkStyleContext

styleRenderIcon

data StyleRenderIconMethodInfo Source

Instances

((~) * signature (IconSource -> TextDirection -> StateType -> Int32 -> Maybe b -> Maybe Text -> m Pixbuf), MonadIO m, StyleK a, WidgetK b) => MethodInfo * StyleRenderIconMethodInfo a signature 

styleRenderIcon :: (MonadIO m, StyleK a, WidgetK b) => a -> IconSource -> TextDirection -> StateType -> Int32 -> Maybe b -> Maybe Text -> m Pixbuf Source

Deprecated: (Since version 3.0)Use gtk_render_icon_pixbuf() instead

styleSetBackground

data StyleSetBackgroundMethodInfo Source

Instances

((~) * signature (b -> StateType -> m ()), MonadIO m, StyleK a, WindowK b) => MethodInfo * StyleSetBackgroundMethodInfo a signature 

styleSetBackground :: (MonadIO m, StyleK a, WindowK b) => a -> b -> StateType -> m () Source

Deprecated: (Since version 3.0)Use gtk_style_context_set_background() instead

Properties

Context

Signals

Realize

type StyleRealizeCallbackC = Ptr () -> Ptr () -> IO () Source

Unrealize

type StyleUnrealizeCallbackC = Ptr () -> Ptr () -> IO () Source