Graphics.UI.FLTK.Browser
- data Browser
- class Browser_C a where
- add :: Browser_C c => c -> String -> IO ()
- insert :: Browser_C c => c -> Int -> String -> IO ()
- clear :: Browser_C c => c -> IO ()
- bottomline :: Browser_C c => c -> Int -> IO ()
- middleline :: Browser_C c => c -> Int -> IO ()
- topline :: Browser_C c => c -> Int -> IO ()
- columnChar :: Browser_C b => Attr b Char
- formatChar :: Browser_C b => Attr b Char
- columnWidths :: Browser_C b => Attr b [Int]
- move :: Browser_C c => c -> Int -> Int -> IO ()
- remove :: Browser_C c => c -> Int -> IO ()
- size :: Browser_C c => c -> IO Int
- newBrowser :: Int -> Int -> Int -> Int -> [Prop Browser] -> IO Browser
Documentation
The type for Browsers, which is a subtype of Widget.
Class for Browsers.
Instances
insert :: Browser_C c => c -> Int -> String -> IO ()Source
Insert a new row at the specified position. Indeces start at 1.
columnChar :: Browser_C b => Attr b CharSource
formatChar :: Browser_C b => Attr b CharSource
columnWidths :: Browser_C b => Attr b [Int]Source
Column-separator character. The default is '\t'.
Format character. The default is '@'.
Column widths as pixels.