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

Contents

Description

 

Synopsis

Exported types

newtype Bin Source

Constructors

Bin (ForeignPtr Bin) 

Instances

GObject Bin Source 
((~) * info (ResolveBinMethod t Bin), MethodInfo * info Bin p) => IsLabel t (Bin -> p) Source 

Methods

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

((~) * info (ResolveBinMethod t Bin), MethodInfo * info Bin p) => IsLabelProxy t (Bin -> p) Source 

Methods

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

type ParentTypes Bin Source 
type AttributeList Bin Source 
type SignalList Bin Source 

class GObject o => BinK o Source

Instances

toBin :: BinK o => o -> IO Bin Source

Methods

binGetChild

data BinGetChildMethodInfo Source

Instances

((~) (TYPE Lifted) signature (m Widget), MonadIO m, BinK a) => MethodInfo (TYPE Lifted) BinGetChildMethodInfo a signature Source 

Methods

overloadedMethod :: MethodProxy BinGetChildMethodInfo a -> signature -> s

binGetChild :: (MonadIO m, BinK a) => a -> m Widget Source