|
| Graphics.UI.Gtk.ModelView.ListStore | | Portability | portable (depends on GHC) | | Stability | provisional | | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
|
|
| Description |
| Standard model to store list data.
|
|
| Synopsis |
|
|
|
|
| Types
|
|
| data ListStore a |
Instances | |
|
|
| Constructors
|
|
| listStoreNew :: [a] -> IO (ListStore a) |
|
| Methods
|
|
| listStoreGetValue :: ListStore a -> Int -> IO a |
|
| listStoreSetValue :: ListStore a -> Int -> a -> IO () |
|
| listStoreInsert :: ListStore a -> Int -> a -> IO () |
|
| listStorePrepend :: ListStore a -> a -> IO () |
|
| listStoreAppend :: ListStore a -> a -> IO () |
|
| listStoreRemove :: ListStore a -> Int -> IO () |
|
| listStoreClear :: ListStore a -> IO () |
|
| Produced by Haddock version 0.8 |