fltkhs-0.8.0.2: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.MultiLabel

Contents

Synopsis

Documentation

Functions

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

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

Orphan instances

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

Methods

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

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

Methods

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