gi-gtk-0.3.18.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.InfoBar

Contents

Description

 

Synopsis

Exported types

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

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