gi-wnck-3.0.4: Wnck bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.Wnck.Objects.ImageMenuItem

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype ImageMenuItem Source #

Memory-managed wrapper type.

Constructors

ImageMenuItem (ManagedPtr ImageMenuItem) 
Instances
GObject ImageMenuItem Source # 
Instance details

Defined in GI.Wnck.Objects.ImageMenuItem

Methods

gobjectType :: IO GType

HasParentTypes ImageMenuItem Source # 
Instance details

Defined in GI.Wnck.Objects.ImageMenuItem

type ParentTypes ImageMenuItem Source # 
Instance details

Defined in GI.Wnck.Objects.ImageMenuItem

type ParentTypes ImageMenuItem = MenuItem ': (Bin ': (Container ': (Widget ': (Object ': (ImplementorIface ': (Actionable ': (Activatable ': (Buildable ': ([] :: [Type])))))))))

class (GObject o, IsDescendantOf ImageMenuItem o) => IsImageMenuItem o Source #

Type class for types which can be safely cast to ImageMenuItem, for instance with toImageMenuItem.

Instances
(GObject o, IsDescendantOf ImageMenuItem o) => IsImageMenuItem o Source # 
Instance details

Defined in GI.Wnck.Objects.ImageMenuItem

toImageMenuItem :: (MonadIO m, IsImageMenuItem o) => o -> m ImageMenuItem Source #

Cast to ImageMenuItem, for types for which this is known to be safe. For general casts, use castTo.

Methods

makeLabelBold

imageMenuItemMakeLabelBold :: (HasCallStack, MonadIO m, IsImageMenuItem a) => a -> m () Source #

No description available in the introspection data.

makeLabelNormal

imageMenuItemMakeLabelNormal :: (HasCallStack, MonadIO m, IsImageMenuItem a) => a -> m () Source #

No description available in the introspection data.

new

imageMenuItemNew :: (HasCallStack, MonadIO m) => m ImageMenuItem Source #

No description available in the introspection data.

newWithLabel

imageMenuItemNewWithLabel :: (HasCallStack, MonadIO m) => Text -> m ImageMenuItem Source #

No description available in the introspection data.

setImageFromIconPixbuf

imageMenuItemSetImageFromIconPixbuf :: (HasCallStack, MonadIO m, IsImageMenuItem a, IsPixbuf b) => a -> b -> m () Source #

No description available in the introspection data.

setImageFromWindow

imageMenuItemSetImageFromWindow :: (HasCallStack, MonadIO m, IsImageMenuItem a, IsWindow b) => a -> b -> m () Source #

No description available in the introspection data.