| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.Button
Documentation
data ButtonType Source #
Instances
Hierarchy
Fl_Button functions
clear ::RefButton-> (IO(Bool)) destroy ::RefButton-> (IO()) drawBackdrop ::RefButton->IO() drawBox ::RefButton-> (IO()) drawBoxWithBoxtype ::RefButton-> (Boxtype->Color->MaybeRectangle->IO()) drawFocus ::RefButton->Maybe(Boxtype,Rectangle) ->IO() drawSuper ::RefButton-> (IO()) getDownBox ::RefButton-> (IO(Boxtype)) getDownColor ::RefButton-> (IO(Color)) getShortcut ::RefButton-> (IO(MaybeShortcutKeySequence)) getType_ ::RefButton->IO(ButtonType) getValue ::RefButton-> (IO(Bool)) handle ::RefButton-> (Event->IO(EitherUnknownEvent())) handleSuper ::RefButton-> (Event->IO(EitherUnknownEvent())) hide ::RefButton-> (IO()) hideSuper ::RefButton-> (IO()) resize ::RefButton-> (Rectangle->IO()) resizeSuper ::RefButton-> (Rectangle->IO()) set ::RefButton-> (IO(Bool)) setDownBox ::RefButton-> (Boxtype->IO()) setDownColor ::RefButton-> (Color->IO()) setShortcut ::RefButton-> (ShortcutKeySequence->IO()) setType ::RefButton->ButtonType->IO() setValue ::RefButton-> (Bool->IO(Bool)) setonly ::RefButton-> (IO()) showWidget ::RefButton-> (IO()) showWidgetSuper ::RefButton-> (IO())
Orphan instances
| impl ~ (Color -> IO ()) => Op (SetDownColor ()) Button orig impl Source # | |
| impl ~ IO Color => Op (GetDownColor ()) Button orig impl Source # | |
| impl ~ (Boxtype -> IO ()) => Op (SetDownBox ()) Button orig impl Source # | |
| impl ~ IO Boxtype => Op (GetDownBox ()) Button orig impl Source # | |
| impl ~ (ShortcutKeySequence -> IO ()) => Op (SetShortcut ()) Button orig impl Source # | |
| impl ~ IO (Maybe ShortcutKeySequence) => Op (GetShortcut ()) Button orig impl Source # | |
| impl ~ IO () => Op (Setonly ()) Button orig impl Source # | |
| impl ~ IO Bool => Op (Set ()) Button orig impl Source # | |
| impl ~ (Bool -> IO Bool) => Op (SetValue ()) Button orig impl Source # | |
| impl ~ IO Bool => Op (GetValue ()) Button orig impl Source # | |
| impl ~ (Event -> IO (Either UnknownEvent ())) => Op (HandleSuper ()) Button orig impl Source # | |
| impl ~ IO () => Op (DrawSuper ()) Button orig impl Source # | |
| impl ~ IO Bool => Op (Clear ()) Button orig impl Source # | |
| impl ~ (Maybe (Boxtype, Rectangle) -> IO ()) => Op (DrawFocus ()) Button orig impl Source # | |
| impl ~ IO () => Op (DrawBackdrop ()) Button orig impl Source # | |
| impl ~ (Boxtype -> Color -> Maybe Rectangle -> IO ()) => Op (DrawBoxWithBoxtype ()) Button orig impl Source # | |
| impl ~ IO () => Op (DrawBox ()) Button orig impl Source # | |
| impl ~ (Rectangle -> IO ()) => Op (Resize ()) Button orig impl Source # | |
| impl ~ (Rectangle -> IO ()) => Op (ResizeSuper ()) Button orig impl Source # | |
| impl ~ IO () => Op (Hide ()) Button orig impl Source # | |
| impl ~ IO () => Op (HideSuper ()) Button orig impl Source # | |
| impl ~ IO () => Op (ShowWidget ()) Button orig impl Source # | |
| impl ~ IO () => Op (ShowWidgetSuper ()) Button orig impl Source # | |
| impl ~ (ButtonType -> IO ()) => Op (SetType ()) Button orig impl Source # | |
| impl ~ IO ButtonType => Op (GetType_ ()) Button orig impl Source # | |
| impl ~ (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) Button orig impl Source # | |
| impl ~ IO () => Op (Destroy ()) Button orig impl Source # | |