fltkhs-0.6.0.0: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.FileInput

Contents

Synopsis

Documentation

fileInputCustom Source #

Arguments

:: Rectangle

The bounds of this FileInput

-> Maybe Text

The FileInput label

-> Maybe (Ref FileInput -> IO ())

Optional custom drawing function

-> Maybe (CustomWidgetFuncs FileInput)

Optional custom widget functions

-> IO (Ref FileInput) 

Hierarchy

Functions

draw :: Ref FileInput -> IO ()

drawSuper :: Ref FileInput -> IO ()

getDownBox :: Ref FileInput -> IO (Boxtype)

getErrorColor :: Ref FileInput -> IO (Color)

getValue :: Ref FileInput -> IO Text

handle :: Ref FileInput -> Event -> IO (Either UnknownEvent ())

handleSuper :: Ref FileInput -> Event -> IO (Either UnknownEvent ())

hide :: Ref FileInput -> IO ()

hideSuper :: Ref FileInput -> IO ()

resize :: Ref FileInput -> Rectangle -> IO ()

resizeSuper :: Ref FileInput -> Rectangle -> IO ()

setDownBox :: Ref FileInput -> Boxtype -> IO ()

setErrorColor :: Ref FileInput -> Color -> IO ()

setValue :: Ref FileInput -> Text -> IO ()

showWidget :: Ref FileInput -> IO ()

showWidgetSuper :: Ref FileInput -> IO ()

Orphan instances

impl ~ IO Color => Op (GetErrorColor ()) FileInput orig impl Source # 
Instance details

Methods

runOp :: GetErrorColor () -> orig -> Ref FileInput -> impl Source #

impl ~ (Color -> IO ()) => Op (SetErrorColor ()) FileInput orig impl Source # 
Instance details

Methods

runOp :: SetErrorColor () -> orig -> Ref FileInput -> impl Source #

impl ~ IO () => Op (Draw ()) FileInput orig impl Source # 
Instance details

Methods

runOp :: Draw () -> orig -> Ref FileInput -> impl Source #

impl ~ (Boxtype -> IO ()) => Op (SetDownBox ()) FileInput orig impl Source # 
Instance details

Methods

runOp :: SetDownBox () -> orig -> Ref FileInput -> impl Source #

impl ~ IO Boxtype => Op (GetDownBox ()) FileInput orig impl Source # 
Instance details

Methods

runOp :: GetDownBox () -> orig -> Ref FileInput -> impl Source #

impl ~ (Text -> IO ()) => Op (SetValue ()) FileInput orig impl Source # 
Instance details

Methods

runOp :: SetValue () -> orig -> Ref FileInput -> impl Source #

impl ~ IO Text => Op (GetValue ()) FileInput orig impl Source # 
Instance details

Methods

runOp :: GetValue () -> orig -> Ref FileInput -> impl Source #

impl ~ (Event -> IO (Either UnknownEvent ())) => Op (HandleSuper ()) FileInput orig impl Source # 
Instance details

Methods

runOp :: HandleSuper () -> orig -> Ref FileInput -> impl Source #

impl ~ IO () => Op (DrawSuper ()) FileInput orig impl Source # 
Instance details

Methods

runOp :: DrawSuper () -> orig -> Ref FileInput -> impl Source #

impl ~ (Rectangle -> IO ()) => Op (Resize ()) FileInput orig impl Source # 
Instance details

Methods

runOp :: Resize () -> orig -> Ref FileInput -> impl Source #

impl ~ (Rectangle -> IO ()) => Op (ResizeSuper ()) FileInput orig impl Source # 
Instance details

Methods

runOp :: ResizeSuper () -> orig -> Ref FileInput -> impl Source #

impl ~ IO () => Op (Hide ()) FileInput orig impl Source # 
Instance details

Methods

runOp :: Hide () -> orig -> Ref FileInput -> impl Source #

impl ~ IO () => Op (HideSuper ()) FileInput orig impl Source # 
Instance details

Methods

runOp :: HideSuper () -> orig -> Ref FileInput -> impl Source #

impl ~ IO () => Op (ShowWidget ()) FileInput orig impl Source # 
Instance details

Methods

runOp :: ShowWidget () -> orig -> Ref FileInput -> impl Source #

impl ~ IO () => Op (ShowWidgetSuper ()) FileInput orig impl Source # 
Instance details

Methods

runOp :: ShowWidgetSuper () -> orig -> Ref FileInput -> impl Source #

impl ~ (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) FileInput orig impl Source # 
Instance details

Methods

runOp :: Handle () -> orig -> Ref FileInput -> impl Source #