gi-gtk-0.3.16.12: 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

class GObject o => StyleK o Source

Instances

Methods

styleApplyDefaultBackground

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

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

Deprecated: (Since version 3.0)Use #GtkStyleContext instead

styleDetach

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

Deprecated: (Since version 3.0)Use #GtkStyleContext instead

styleGetStyleProperty

styleHasContext

styleLookupColor

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

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

styleLookupIconSet

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

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

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