fltkhs-0.5.4.4: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.ValueOutput

Contents

Synopsis

Constructor

valueOutputCustom Source #

Arguments

:: Rectangle

The bounds of this ValueOutput

-> Maybe Text

The ValueOutput label

-> Maybe (Ref ValueOutput -> IO ())

Optional custom drawing function

-> Maybe (CustomWidgetFuncs ValueOutput)

Optional custom widget functions

-> IO (Ref ValueOutput) 

Hierarchy

Functions

destroy :: Ref ValueOutput -> IO ()

draw :: Ref ValueOutput -> IO ()

drawSuper :: Ref ValueOutput -> IO ()

getSoft :: Ref ValueOutput -> IO (Bool)

getTextcolor :: Ref ValueOutput -> IO (Color)

getTextfont :: Ref ValueOutput -> IO (Font)

getTextsize :: Ref ValueOutput -> IO (FontSize)

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

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

hide :: Ref ValueOutput -> IO ()

hideSuper :: Ref ValueOutput -> IO ()

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

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

setSoft :: Ref ValueOutput -> Bool>- IO ()

setTextcolor :: Ref ValueOutput -> Color -> IO ()

setTextfont :: Ref ValueOutput -> Font -> IO ()

setTextsize :: Ref ValueOutput -> FontSize -> IO ()

showWidget :: Ref ValueOutput -> IO ()

showWidgetSuper :: Ref ValueOutput -> IO ()

Orphan instances

(~) * impl (IO Bool) => Op (GetSoft ()) ValueOutput orig impl Source # 

Methods

runOp :: GetSoft () -> orig -> Ref ValueOutput -> impl Source #

(~) * impl (Bool -> IO ()) => Op (SetSoft ()) ValueOutput orig impl Source # 

Methods

runOp :: SetSoft () -> orig -> Ref ValueOutput -> impl Source #

(~) * impl (Color -> IO ()) => Op (SetTextcolor ()) ValueOutput orig impl Source # 

Methods

runOp :: SetTextcolor () -> orig -> Ref ValueOutput -> impl Source #

(~) * impl (IO Color) => Op (GetTextcolor ()) ValueOutput orig impl Source # 

Methods

runOp :: GetTextcolor () -> orig -> Ref ValueOutput -> impl Source #

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

Methods

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

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

Methods

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

(~) * impl (Font -> IO ()) => Op (SetTextfont ()) ValueOutput orig impl Source # 

Methods

runOp :: SetTextfont () -> orig -> Ref ValueOutput -> impl Source #

(~) * impl (IO Font) => Op (GetTextfont ()) ValueOutput orig impl Source # 

Methods

runOp :: GetTextfont () -> orig -> Ref ValueOutput -> impl Source #

(~) * impl (IO ()) => Op (Draw ()) ValueOutput orig impl Source # 

Methods

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

(~) * impl (Event -> IO (Either UnknownEvent ())) => Op (HandleSuper ()) ValueOutput orig impl Source # 

Methods

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

(~) * impl (IO ()) => Op (DrawSuper ()) ValueOutput orig impl Source # 

Methods

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

(~) * impl (Rectangle -> IO ()) => Op (Resize ()) ValueOutput orig impl Source # 

Methods

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

(~) * impl (Rectangle -> IO ()) => Op (ResizeSuper ()) ValueOutput orig impl Source # 

Methods

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

(~) * impl (IO ()) => Op (Hide ()) ValueOutput orig impl Source # 

Methods

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

(~) * impl (IO ()) => Op (HideSuper ()) ValueOutput orig impl Source # 

Methods

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

(~) * impl (IO ()) => Op (ShowWidget ()) ValueOutput orig impl Source # 

Methods

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

(~) * impl (IO ()) => Op (ShowWidgetSuper ()) ValueOutput orig impl Source # 

Methods

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

(~) * impl (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) ValueOutput orig impl Source # 

Methods

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

(~) * impl (IO ()) => Op (Destroy ()) ValueOutput orig impl Source # 

Methods

runOp :: Destroy () -> orig -> Ref ValueOutput -> impl Source #