gtk-helpers-0.0.9.1: A collection of auxiliary operations and widgets related to Gtk+

Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.Helpers.Combo

Documentation

addTextColumn :: (TreeModelClass (model row), TypedTreeModelClass model) => ComboBox -> model row -> (row -> Maybe String) -> IO () Source #