fltkhs-0.4.0.9: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Choice

Contents

Synopsis

Constructor

Hierarchy

Choice

destroy :: Ref Choice -> IO ()

getValue :: Ref Choice -> IO (MenuItemIndex)

handle :: Ref Choice -> Event -> IO Int

setValue :: Ref Choice -> MenuItemReference -> IO (Int)

Orphan instances

(~) * impl (MenuItemReference -> IO Int) => Op (SetValue ()) Choice orig impl Source # 

Methods

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

(~) * impl (IO MenuItemIndex) => Op (GetValue ()) Choice orig impl Source # 

Methods

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

(~) * impl (Event -> IO Int) => Op (Handle ()) Choice orig impl Source # 

Methods

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

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

Methods

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