| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.Base.Browser
Synopsis
- browserNew :: Rectangle -> Maybe Text -> IO (Ref Browser)
- browserCustom :: Rectangle -> Maybe Text -> Maybe (Ref Browser -> IO ()) -> Maybe (CustomWidgetFuncs Browser) -> IO (Ref Browser)
- handleBrowserBase :: Ref BrowserBase -> Event -> IO (Either UnknownEvent ())
- drawBrowserBase :: Ref BrowserBase -> IO ()
- hideBrowserBase :: Ref BrowserBase -> IO ()
- resizeBrowserBase :: Ref BrowserBase -> Rectangle -> IO ()
Constructor
browserCustom :: Rectangle -> Maybe Text -> Maybe (Ref Browser -> IO ()) -> Maybe (CustomWidgetFuncs Browser) -> IO (Ref Browser) Source #
handleBrowserBase :: Ref BrowserBase -> Event -> IO (Either UnknownEvent ()) Source #
drawBrowserBase :: Ref BrowserBase -> IO () Source #
hideBrowserBase :: Ref BrowserBase -> IO () Source #
resizeBrowserBase :: Ref BrowserBase -> Rectangle -> IO () Source #
Hierarchy
Graphics.UI.FLTK.LowLevel.Base.Widget | v Graphics.UI.FLTK.LowLevel.Base.Group | v Graphics.UI.FLTK.LowLevel.Base.Browser
Functions
add ::RefBrowserBase->Text->IO() clear ::RefBrowserBase->IO() deselect ::RefBrowserBase->IO(EitherNoChange()) deselectAndCallback ::RefBrowserBase->IO(EitherNoChange()) destroy ::RefBrowserBase->IO() displayed ::RefBrowserBase->LineNumber->IO(Bool) draw ::RefBrowserBase->IO() getColumnChar ::RefBrowserBase->IO(Char) getColumnWidths ::RefBrowserBase->IO[Int] getFormatChar ::RefBrowserBase->IO(Char) getHasScrollbar ::RefBrowserBase->IO(ScrollbarMode) getHposition ::RefBrowserBase->IO(PixelPosition) getIcon ::RefBrowserBase->LineNumber->IO(Maybe(RefImage)) getPosition ::RefBrowserBase->IO(PixelPosition) getScrollbarSize ::RefBrowserBase->IO(Int) getScrollbarWidth ::RefBrowserBase->IO(Int) getSize ::RefBrowserBase->IO(Int) getText ::RefBrowserBase->LineNumber->IOTextgetTextcolor ::RefBrowserBase->IO(Color) getTextfont ::RefBrowserBase->IO(Font) getTextsize ::RefBrowserBase->IO(FontSize) getTopline ::RefBrowserBase->IO(LineNumber) getType_ ::RefBrowserBase->IO(BrowserType) getValue ::RefBrowserBase->IO(LineNumber) handle ::RefBrowserBase->Event->IO(EitherUnknownEvent()) hide ::RefBrowserBase->IO() hideLine ::RefBrowserBase->LineNumber->IO() insert ::RefBrowserBase->LineNumber->Text->IO() lineposition ::RefBrowserBase->LineNumber->LinePosition->IO() load ::RefBrowserBase->Text->IO(EitherUnknownError()) makeVisible ::RefBrowserBase->LineNumber->IO() move ::RefBrowserBase->LineNumber->LineNumber->IO() remove ::RefBrowserBase->LineNumber->IO() removeIcon ::RefBrowserBase->LineNumber->IO() resize ::RefBrowserBase->Rectangle->IO() select ::RefBrowserBase->LineNumber->Bool->IO(EitherNoChange()) selected ::RefBrowserBase->LineNumber->IO(Bool) setBottomline ::RefBrowserBase->LineNumber->IO() setColumnChar ::RefBrowserBase->Char->IO() setColumnWidths ::RefBrowserBase-> [Int] ->IO() setFormatChar ::RefBrowserBase->Char->IO() setHasScrollbar ::RefBrowserBase->ScrollbarMode->IO() setHposition ::RefBrowserBase->PixelPosition->IO() setIcon ::RefBrowserBase->LineNumber->RefImage->IO() setMiddleline ::RefBrowserBase->LineNumber->IO() setPosition ::RefBrowserBase->PixelPosition->IO() setScrollbarColor ::RefBrowserBase->Color->IO() setScrollbarSelectionColor ::RefBrowserBase->Color->IO() setScrollbarSize ::RefBrowserBase->Int->IO() setScrollbarWidth ::RefBrowserBase->Int->IO() setSize ::RefBrowserBase->Size->IO() setText ::RefBrowserBase->LineNumber->Text->IO() setTextcolor ::RefBrowserBase->Color->IO() setTextfont ::RefBrowserBase->Font->IO() setTextsize ::RefBrowserBase->FontSize->IO() setTopline ::RefBrowserBase->LineNumber->IO() setType ::RefBrowserBase->BrowserType->IO() setValue ::RefBrowserBase->LineNumber->IO() showWidget ::RefBrowserBase->IO() showWidgetLine ::RefBrowserBase->LineNumber->IO() sort ::RefBrowserBase->IO() sortWithSortType ::RefBrowserBase->SortType->IO() swap ::RefBrowserBase->LineNumber->LineNumber->IO() visible ::RefBrowserBase->LineNumber->IO(Bool)