gi-gtk-declarative-0.5.0: Declarative GTK+ programming in Haskell

Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Declarative.Container.ListBox

Contents

Orphan instances

ToChildren ListBox Vector (Bin ListBoxRow) Source # 
Instance details

Methods

toChildren :: (ManagedPtr ListBox -> ListBox) -> Vector (Bin ListBoxRow event) -> Children (Bin ListBoxRow) event Source #

IsContainer ListBox (Bin ListBoxRow) Source # 
Instance details

Methods

appendChild :: ListBox -> Bin ListBoxRow event -> Widget -> IO () Source #

replaceChild :: ListBox -> Bin ListBoxRow event -> Int32 -> Widget -> Widget -> IO () Source #