gi-gtk-0.3.18.13: 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.NumerableIcon

Contents

Description

 

Synopsis

Exported types

Methods

numerableIconGetBackgroundGicon

numerableIconGetBackgroundGicon :: (MonadIO m, NumerableIconK a) => a -> m Icon Source

Deprecated: (Since version 3.14)

numerableIconGetBackgroundIconName

numerableIconGetBackgroundIconName :: (MonadIO m, NumerableIconK a) => a -> m Text Source

Deprecated: (Since version 3.14)

numerableIconGetCount

numerableIconGetCount :: (MonadIO m, NumerableIconK a) => a -> m Int32 Source

Deprecated: (Since version 3.14)

numerableIconGetLabel

numerableIconGetLabel :: (MonadIO m, NumerableIconK a) => a -> m Text Source

Deprecated: (Since version 3.14)

numerableIconGetStyleContext

numerableIconGetStyleContext :: (MonadIO m, NumerableIconK a) => a -> m StyleContext Source

Deprecated: (Since version 3.14)

numerableIconNew

numerableIconNew :: (MonadIO m, IconK a) => a -> m Icon Source

Deprecated: (Since version 3.14)

numerableIconNewWithStyleContext

numerableIconNewWithStyleContext :: (MonadIO m, IconK a, StyleContextK b) => a -> b -> m Icon Source

Deprecated: (Since version 3.14)

numerableIconSetBackgroundGicon

numerableIconSetBackgroundGicon :: (MonadIO m, NumerableIconK a, IconK b) => a -> Maybe b -> m () Source

Deprecated: (Since version 3.14)

numerableIconSetBackgroundIconName

numerableIconSetBackgroundIconName :: (MonadIO m, NumerableIconK a) => a -> Maybe Text -> m () Source

Deprecated: (Since version 3.14)

numerableIconSetCount

numerableIconSetCount :: (MonadIO m, NumerableIconK a) => a -> Int32 -> m () Source

Deprecated: (Since version 3.14)

numerableIconSetLabel

numerableIconSetLabel :: (MonadIO m, NumerableIconK a) => a -> Maybe Text -> m () Source

Deprecated: (Since version 3.14)

numerableIconSetStyleContext

numerableIconSetStyleContext :: (MonadIO m, NumerableIconK a, StyleContextK b) => a -> b -> m () Source

Deprecated: (Since version 3.14)

Properties

BackgroundIcon

data NumerableIconBackgroundIconPropertyInfo Source

Instances

AttrInfo NumerableIconBackgroundIconPropertyInfo Source 
type AttrLabel NumerableIconBackgroundIconPropertyInfo = "background-icon" Source 
type AttrGetType NumerableIconBackgroundIconPropertyInfo = Icon Source 
type AttrBaseTypeConstraint NumerableIconBackgroundIconPropertyInfo = NumerableIconK Source 
type AttrSetTypeConstraint NumerableIconBackgroundIconPropertyInfo = IconK Source 
type AttrAllowedOps NumerableIconBackgroundIconPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

setNumerableIconBackgroundIcon :: (MonadIO m, NumerableIconK o, IconK a) => o -> a -> m () Source

BackgroundIconName

data NumerableIconBackgroundIconNamePropertyInfo Source

Instances

AttrInfo NumerableIconBackgroundIconNamePropertyInfo Source 
type AttrLabel NumerableIconBackgroundIconNamePropertyInfo = "background-icon-name" Source 
type AttrGetType NumerableIconBackgroundIconNamePropertyInfo = Text Source 
type AttrBaseTypeConstraint NumerableIconBackgroundIconNamePropertyInfo = NumerableIconK Source 
type AttrSetTypeConstraint NumerableIconBackgroundIconNamePropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps NumerableIconBackgroundIconNamePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Count

Label

StyleContext

data NumerableIconStyleContextPropertyInfo Source

Instances