Graphics.UI.FLTK.MultiBrowser
- data MultiBrowser
- newMultiBrowser :: Int -> Int -> Int -> Int -> [Prop MultiBrowser] -> IO MultiBrowser
- deselect :: MultiBrowser -> IO ()
- select :: Int -> Attr MultiBrowser Bool
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.
deselect :: MultiBrowser -> IO ()Source