fltkhs-0.4.0.9: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.FileBrowser

Contents

Synopsis

Constructor

Hierarchy

Functions

Orphan instances

(~) * impl (IO FileBrowserType) => Op (GetFiletype ()) FileBrowser orig impl Source # 

Methods

runOp :: GetFiletype () -> orig -> Ref FileBrowser -> impl Source #

(~) * impl (FileBrowserType -> IO ()) => Op (SetFiletype ()) FileBrowser orig impl Source # 

Methods

runOp :: SetFiletype () -> orig -> Ref FileBrowser -> impl Source #

(~) * impl (IO C2HSImp.CUChar) => Op (GetIconsize ()) FileBrowser orig impl Source # 

Methods

runOp :: GetIconsize () -> orig -> Ref FileBrowser -> impl Source #

(~) * impl (C2HSImp.CUChar -> IO ()) => Op (SetIconsize ()) FileBrowser orig impl Source # 

Methods

runOp :: SetIconsize () -> orig -> Ref FileBrowser -> impl Source #

(~) * impl (String -> IO ()) => Op (SetFilter ()) FileBrowser orig impl Source # 

Methods

runOp :: SetFilter () -> orig -> Ref FileBrowser -> impl Source #

(~) * impl (IO String) => Op (GetFilter ()) FileBrowser orig impl Source # 

Methods

runOp :: GetFilter () -> orig -> Ref FileBrowser -> impl Source #

(~) * impl (String -> FileSortF -> IO (Either UnknownError ())) => Op (Load ()) FileBrowser orig impl Source # 

Methods

runOp :: Load () -> orig -> Ref FileBrowser -> impl Source #

(~) * impl (FontSize -> IO ()) => Op (SetTextsize ()) FileBrowser orig impl Source # 

Methods

runOp :: SetTextsize () -> orig -> Ref FileBrowser -> impl Source #

(~) * impl (IO FontSize) => Op (GetTextsize ()) FileBrowser orig impl Source # 

Methods

runOp :: GetTextsize () -> orig -> Ref FileBrowser -> impl Source #