| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.Button
Contents
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->IOInt) handleSuper ::RefButton-> (Int->IO(Int)) 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())