hs-fltk-0.2.5: Binding to GUI library FLTK

Graphics.UI.FLTK.MultiBrowser

Synopsis

Documentation

data MultiBrowser Source

The type for MultiBrowsers, which is a subtype of Browser.

newMultiBrowser :: Int -> Int -> Int -> Int -> [Prop MultiBrowser] -> IO MultiBrowserSource

Create a new browser.

select :: Int -> Attr MultiBrowser BoolSource

Toggle whether the specified row is selected or not.