| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.Base.Pack
Synopsis
- data PackType
- packNew :: Rectangle -> Maybe Text -> IO (Ref Pack)
- packCustom :: Rectangle -> Maybe Text -> Maybe (Ref Pack -> IO ()) -> Maybe (CustomWidgetFuncs Pack) -> IO (Ref Pack)
- drawPackBase :: Ref PackBase -> IO ()
- handlePackBase :: Ref PackBase -> Event -> IO (Either UnknownEvent ())
- resizePackBase :: Ref PackBase -> Rectangle -> IO ()
- hidePackBase :: Ref PackBase -> IO ()
- showWidgetPackBase :: Ref PackBase -> IO ()
Documentation
Constructors
| PackVertical | |
| PackHorizontal |
Instances
| Enum PackType Source # | |
Defined in Graphics.UI.FLTK.LowLevel.Fl_Types | |
| Eq PackType Source # | |
| Ord PackType Source # | |
Defined in Graphics.UI.FLTK.LowLevel.Fl_Types | |
| Show PackType Source # | |
handlePackBase :: Ref PackBase -> Event -> IO (Either UnknownEvent ()) Source #
Hierarchy
Graphics.UI.FLTK.LowLevel.Base.Widget | v Graphics.UI.FLTK.LowLevel.Base.Group | v Graphics.UI.FLTK.LowLevel.Base.Pack
Functions
draw ::RefPackBase->IO() getSpacing ::RefPackBase->IO(Int) getType_ ::RefPackBase->IO(PackType) handle ::RefPackBase->Event->IO(EitherUnknownEvent()) hide ::RefPackBase->IO() isHorizontal ::RefPackBase->IOBoolresize ::RefPackBase->Rectangle->IO() setSpacing ::RefPackBase->Int->IO() setType ::RefPackBase->PackType->IO() showWidget ::RefPackBase->IO()
Orphan instances
| impl ~ IO Bool => Op (IsHorizontal ()) PackBase orig impl Source # | |
| impl ~ IO Int => Op (GetSpacing ()) PackBase orig impl Source # | |
| impl ~ (Int -> IO ()) => Op (SetSpacing ()) PackBase orig impl Source # | |
| impl ~ IO () => Op (Draw ()) PackBase orig impl Source # | |
| impl ~ (Rectangle -> IO ()) => Op (Resize ()) PackBase orig impl Source # | |
| impl ~ IO () => Op (Hide ()) PackBase orig impl Source # | |
| impl ~ IO () => Op (ShowWidget ()) PackBase orig impl Source # | |
| impl ~ (PackType -> IO ()) => Op (SetType ()) PackBase orig impl Source # | |
| impl ~ IO PackType => Op (GetType_ ()) PackBase orig impl Source # | |
| impl ~ (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) PackBase orig impl Source # | |