| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.Browser
Contents
Constructor
browserCustom :: Rectangle -> Maybe String -> Maybe (Ref Browser -> IO ()) -> Maybe (CustomWidgetFuncs Browser) -> IO (Ref Browser) Source
Hierarchy
Graphics.UI.FLTK.LowLevel.Widget | v Graphics.UI.FLTK.LowLevel.Group | v Graphics.UI.FLTK.LowLevel.Browser
Functions
add ::RefBrowser->String->IO() clear ::RefBrowser->IO() deselect ::RefBrowser->IO(Int) deselectAndCallback ::RefBrowser->Int->IO(Int) destroy ::RefBrowser->IO() displayed ::RefBrowser->Int->IO(Bool) getColumnChar ::RefBrowser->IO(Char) getColumnWidths ::RefBrowser->IO[Int] getFormatChar ::RefBrowser->IO(Char) getHasScrollbar ::RefBrowser->IO(ScrollbarMode) getHposition ::RefBrowser->IO(Int) getIcon ::RefBrowser->Int->IO(Maybe(RefImage)) getPosition ::RefBrowser->IO(Int) getScrollbarSize ::RefBrowser->IO(Int) getScrollbarWidth ::RefBrowser->IO(Int) getSize ::RefBrowser->IO(Int) getText ::RefBrowser->Int->IO(String) getTextcolor ::RefBrowser->IO(Color) getTextfont ::RefBrowser->IO(Font) getTextsize ::RefBrowser->IO(FontSize) getTopline ::RefBrowser->IO(Int) getType_ ::RefBrowser->IO(BrowserType) getValue ::RefBrowser->IO(Int) handle ::RefBrowser->Event->IOInthide ::RefBrowser->IO() hideLine ::RefBrowser->Int->IO() insert ::RefBrowser->Int->String->IO() lineposition ::RefBrowser->Int->LinePosition->IO() load ::RefBrowser->String->IO(Int) makeVisible ::RefBrowser->Int->IO() move ::RefBrowser->Int->Int->IO() remove ::RefBrowser->Int->IO() removeIcon ::RefBrowser->Int->IO() select ::RefBrowser->Int->Bool->IO(Int) selected ::RefBrowser->Int->IO(Bool) setBottomline ::RefBrowser->Int->IO() setColumnChar ::RefBrowser->Char->IO() setColumnWidths ::RefBrowser-> [Int] ->IO() setFormatChar ::RefBrowser->Char->IO() setHasScrollbar ::RefBrowser->ScrollbarMode>-IO() setHposition ::RefBrowser->Int->IO() setIcon ::RefBrowser->Int->RefImage->IO() setMiddleline ::RefBrowser->Int->IO() setPosition ::RefBrowser->Int->IO() setScrollbarSize ::RefBrowser->Int->IO() setScrollbarWidth ::RefBrowser->Int->IO() setSize ::RefBrowser->Int->Int->IO() setText ::RefBrowser->Int->String->IO() setTextcolor ::RefBrowser->Color->IO() setTextfont ::RefBrowser->Font->IO() setTextsize ::RefBrowser->FontSize->IO() setTopline ::RefBrowser->Int->IO() setType ::RefBrowser->BrowserType->IO() setValue ::RefBrowser->Int->IO() showWidget ::RefBrowser->IO() showWidgetLine ::RefBrowser->Int->IO() sort ::RefBrowser->IO() sortWithSortType ::RefBrowser->SortType->IO() swap ::RefBrowser->Int->Int->IO() visible ::RefBrowser->Int->IO(Int)