| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.FileBrowser
- fileBrowserNew :: Rectangle -> Maybe Text -> IO (Ref FileBrowser)
- data FileBrowserType
- type FileSortF = FunPtr (Ptr (Ptr ()) -> Ptr (Ptr ()) -> IO CInt)
- numericSort :: IO FileSortF
- alphaSort :: IO FileSortF
- caseAlphaSort :: IO FileSortF
- caseNumericSort :: IO FileSortF
Constructor
fileBrowserNew :: Rectangle -> Maybe Text -> IO (Ref FileBrowser) Source #
Hierarchy
Graphics.UI.FLTK.LowLevel.Widget | v Graphics.UI.FLTK.LowLevel.Group | v Graphics.UI.FLTK.LowLevel.Browser | v Graphics.UI.FLTK.LowLevel.FileBrowser
Functions
getFiletype ::RefFileBrowser->IO(FileBrowserType) getFilter ::RefFileBrowser->IOTextgetIconsize ::RefFileBrowser->IO(CUChar) getTextsize ::RefFileBrowser->IO(FontSize) load ::RefFileBrowser->Text->FileSortF->IO(EitherUnknownError()) setFiletype ::RefFileBrowser->FileBrowserType->IO() setFilter ::RefFileBrowser->Text->IO() setIconsize ::RefFileBrowser->CUChar->IO() setTextsize ::RefFileBrowser->FontSize->IO()
Orphan instances
| (~) * impl (IO FileBrowserType) => Op (GetFiletype ()) FileBrowser orig impl Source # | |
| (~) * impl (FileBrowserType -> IO ()) => Op (SetFiletype ()) FileBrowser orig impl Source # | |
| (~) * impl (IO CUChar) => Op (GetIconsize ()) FileBrowser orig impl Source # | |
| (~) * impl (CUChar -> IO ()) => Op (SetIconsize ()) FileBrowser orig impl Source # | |
| (~) * impl (Text -> IO ()) => Op (SetFilter ()) FileBrowser orig impl Source # | |
| (~) * impl (IO Text) => Op (GetFilter ()) FileBrowser orig impl Source # | |
| (~) * impl (Text -> FileSortF -> IO (Either UnknownError ())) => Op (Load ()) FileBrowser orig impl Source # | |
| (~) * impl (FontSize -> IO ()) => Op (SetTextsize ()) FileBrowser orig impl Source # | |
| (~) * impl (IO FontSize) => Op (GetTextsize ()) FileBrowser orig impl Source # | |