uni-htk-2.2.1.3: Graphical User Interface for Haskell Programs

Safe HaskellNone
LanguageHaskell98

HTk.Toolkit.SimpleListBox

Description

This module implements a simple list box to which strings can be added at the end and deleted.

Documentation

newSimpleListBox :: Container par => par -> (val -> String) -> [Config (SimpleListBox val)] -> IO (SimpleListBox val) Source #

getItems :: SimpleListBox value -> IO [value] Source #