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.InfoBar

Contents

Description

 

Synopsis

Exported types

newtype InfoBar Source

Constructors

InfoBar (ForeignPtr InfoBar) 

Instances

GObject InfoBar Source 
((~) * info (ResolveInfoBarMethod t InfoBar), MethodInfo * info InfoBar p) => IsLabel t (InfoBar -> p) Source 

Methods

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

((~) * info (ResolveInfoBarMethod t InfoBar), MethodInfo * info InfoBar p) => IsLabelProxy t (InfoBar -> p) Source 

Methods

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

type ParentTypes InfoBar Source 
type AttributeList InfoBar Source 
type SignalList InfoBar Source 

class GObject o => InfoBarK o Source

Instances

Methods

infoBarAddActionWidget

infoBarAddActionWidget :: (MonadIO m, InfoBarK a, WidgetK b) => a -> b -> Int32 -> m () Source

infoBarAddButton

infoBarGetActionArea

infoBarGetContentArea

infoBarGetMessageType

infoBarGetShowCloseButton

infoBarNew

infoBarResponse

data InfoBarResponseMethodInfo Source

Instances

((~) (TYPE Lifted) signature (Int32 -> m ()), MonadIO m, InfoBarK a) => MethodInfo (TYPE Lifted) InfoBarResponseMethodInfo a signature Source 

infoBarResponse :: (MonadIO m, InfoBarK a) => a -> Int32 -> m () Source

infoBarSetDefaultResponse

infoBarSetMessageType

infoBarSetResponseSensitive

infoBarSetShowCloseButton

Properties

MessageType

ShowCloseButton

Signals

Close

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

Response

type InfoBarResponseCallbackC = Ptr () -> Int32 -> Ptr () -> IO () Source