Safe Haskell | None |
---|---|
Language | Haskell2010 |
- returnButtonNew :: Rectangle -> Maybe Text -> IO (Ref ReturnButton)
- returnButtonCustom :: Rectangle -> Maybe Text -> Maybe (Ref ReturnButton -> IO ()) -> Maybe (CustomWidgetFuncs ReturnButton) -> IO (Ref ReturnButton)
Documentation
returnButtonNew :: Rectangle -> Maybe Text -> IO (Ref ReturnButton) Source #
:: Rectangle | The bounds of this ReturnButton |
-> Maybe Text | The ReturnButton label |
-> Maybe (Ref ReturnButton -> IO ()) | Optional custom drawing function |
-> Maybe (CustomWidgetFuncs ReturnButton) | Optional custom widget functions |
-> IO (Ref ReturnButton) |
Hierarchy
Graphics.UI.FLTK.LowLevel.Widget | v Graphics.UI.FLTK.LowLevel.Button | v Graphics.UI.FLTK.LowLevel.ReturnButton
Functions
destroy ::Ref
ReturnButton
->IO
() handle ::Ref
ReturnButton
-> (Event
->IO
(Either
UnknownEvent
()))
Orphan instances
(~) * impl (IO ()) => Op (Draw ()) ReturnButton orig impl Source # | |
(~) * impl (Event -> IO (Either UnknownEvent ())) => Op (HandleSuper ()) ReturnButton orig impl Source # | |
(~) * impl (IO ()) => Op (DrawSuper ()) ReturnButton orig impl Source # | |
(~) * impl (Rectangle -> IO ()) => Op (Resize ()) ReturnButton orig impl Source # | |
(~) * impl (Rectangle -> IO ()) => Op (ResizeSuper ()) ReturnButton orig impl Source # | |
(~) * impl (IO ()) => Op (Hide ()) ReturnButton orig impl Source # | |
(~) * impl (IO ()) => Op (HideSuper ()) ReturnButton orig impl Source # | |
(~) * impl (IO ()) => Op (ShowWidget ()) ReturnButton orig impl Source # | |
(~) * impl (IO ()) => Op (ShowWidgetSuper ()) ReturnButton orig impl Source # | |
(~) * impl (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) ReturnButton orig impl Source # | |
(~) * impl (IO ()) => Op (Destroy ()) ReturnButton orig impl Source # | |