fltkhs-0.7.0.0: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.MultiLabel

Contents

Synopsis

Documentation

Functions

menuItemLabel:: (Parent a MenuItem) => Ref MultiLabel -> Ref a -> IO ()

widgetLabel:: (Parent a Widget) => Ref MultiLabel -> Ref a -> IO ()

Orphan instances

(Parent a MenuItem, impl ~ (Ref a -> IO ())) => Op (MenuItemLabel ()) MultiLabel orig impl Source # 
Instance details

Methods

runOp :: MenuItemLabel () -> orig -> Ref MultiLabel -> impl Source #

(Parent a Widget, impl ~ (Ref a -> IO ())) => Op (WidgetLabel ()) MultiLabel orig impl Source # 
Instance details

Methods

runOp :: WidgetLabel () -> orig -> Ref MultiLabel -> impl Source #