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

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