| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.Base.Group
Constructor
groupCustom :: Rectangle -> Maybe Text -> Maybe (Ref Group -> IO ()) -> CustomWidgetFuncs Group -> IO (Ref Group) Source #
Hierarchy
Group functions
add:: (ParentaWidgetBase) =>RefGroupBase->Refa->IO() addResizable:: (ParentaWidgetBase) =>RefGroupBase->Refa ->IO() begin ::RefGroupBase->IO() children ::RefGroupBase->IO(Int) clear ::RefGroupBase->IO() clipChildren ::RefGroupBase->IO(Bool) ddfdesignKludge ::RefGroupBase->IO(Maybe(RefWidgetBase)) destroy ::RefGroupBase->IO() drawChild:: (ParentaWidgetBase) =>RefGroupBase->Refa ->IO() drawChildren ::RefGroupBase->IO() drawOutsideLabel:: (ParentaWidgetBase) =>RefGroupBase->Refa ->IO() end ::RefGroupBase->IO() find:: (ParentaWidgetBase) =>RefGroupBase->Refa ->IO(AtIndex) focus:: (ParentaWidgetBase) =>RefGroupBase->Refa ->IO() getArray ::RefGroupBase->IO[RefWidgetBase] getChild ::RefGroupBase->AtIndex->IO(Maybe(RefWidgetBase)) getResizable ::RefGroupBase->IO(Maybe(RefWidgetBase)) handle ::RefGroupBase->Event->IO(EitherUnknownEvent()) initSizes ::RefGroupBase->IO() insert:: (ParentaWidgetBase) =>RefGroupBase->Refa->AtIndex->IO() insertBefore:: (ParentaWidgetBase) =>RefGroupBase->Refa ->Refb ->IO() removeIndex ::RefGroupBase->AtIndex->IO() removeWidget:: (ParentaWidgetBase) =>RefGroupBase->Refa ->IO() resize ::RefGroupBase->Rectangle->IO() setClipChildren ::RefGroupBase->Bool->IO() setNotResizable ::RefGroupBase->IO() setResizable:: (ParentaWidgetBase) =>RefGroupBase->Maybe(Refa ) ->IO() updateChild:: (ParentaWidgetBase) =>RefGroupBase->Refa ->IO() within:: (Matchobj ~FindOporig orig (Begin()),Matchobj ~FindOporig orig (End()),Op(Begin()) obj orig (IO()),Op(End()) obj orig (IO()),) =>RefGroupBase->IOa ->IOa
Orphan instances
| impl ~ (AtIndex -> IO (Maybe (Ref WidgetBase))) => Op (GetChild ()) GroupBase orig impl Source # | |
| impl ~ IO [Ref WidgetBase] => Op (GetArray ()) GroupBase orig impl Source # | |
| (Parent a WidgetBase, impl ~ (Ref a -> Ref b -> IO ())) => Op (InsertBefore ()) GroupBase orig impl Source # | |
| impl ~ IO (Maybe (Ref WidgetBase)) => Op (DdfdesignKludge ()) GroupBase orig impl Source # | |
| (Parent a WidgetBase, impl ~ (Ref a -> IO ())) => Op (Focus ()) GroupBase orig impl Source # | |
| impl ~ IO Bool => Op (ClipChildren ()) GroupBase orig impl Source # | |
| impl ~ (Bool -> IO ()) => Op (SetClipChildren ()) GroupBase orig impl Source # | |
| impl ~ IO Int => Op (Children ()) GroupBase orig impl Source # | |
| impl ~ IO () => Op (InitSizes ()) GroupBase orig impl Source # | |
| (Parent a WidgetBase, impl ~ (Ref a -> IO ())) => Op (AddResizable ()) GroupBase orig impl Source # | |
| impl ~ IO (Maybe (Ref WidgetBase)) => Op (GetResizable ()) GroupBase orig impl Source # | |
| impl ~ IO () => Op (SetNotResizable ()) GroupBase orig impl Source # | |
| (Parent a WidgetBase, impl ~ (Maybe (Ref a) -> IO ())) => Op (SetResizable ()) GroupBase orig impl Source # | |
| impl ~ IO () => Op (Clear ()) GroupBase orig impl Source # | |
| (Parent a WidgetBase, impl ~ (Ref a -> IO ())) => Op (RemoveWidget ()) GroupBase orig impl Source # | |
| impl ~ (AtIndex -> IO ()) => Op (RemoveIndex ()) GroupBase orig impl Source # | |
| (Parent a WidgetBase, impl ~ (Ref a -> AtIndex -> IO ())) => Op (Insert ()) GroupBase orig impl Source # | |
| (Parent a WidgetBase, impl ~ (Ref a -> IO ())) => Op (Add ()) GroupBase orig impl Source # | |
| (Parent a WidgetBase, impl ~ (Ref a -> IO AtIndex)) => Op (Find ()) GroupBase orig impl Source # | |
| (Match obj ~ FindOp orig orig (Begin ()), Match obj ~ FindOp orig orig (End ()), Op (Begin ()) obj orig (IO ()), Op (End ()) obj orig (IO ()), impl ~ (IO a -> IO a)) => Op (Within ()) GroupBase orig impl Source # | |
| impl ~ IO () => Op (End ()) GroupBase orig impl Source # | |
| impl ~ IO () => Op (Begin ()) GroupBase orig impl Source # | |
| (Parent a WidgetBase, impl ~ (Ref a -> IO ())) => Op (UpdateChild ()) GroupBase orig impl Source # | |
| (Parent a WidgetBase, impl ~ (Ref a -> IO ())) => Op (DrawOutsideLabel ()) GroupBase orig impl Source # | |
| impl ~ IO () => Op (DrawChildren ()) GroupBase orig impl Source # | |
| (Parent a WidgetBase, impl ~ (Ref a -> IO ())) => Op (DrawChild ()) GroupBase orig impl Source # | |
| impl ~ (Rectangle -> IO ()) => Op (Resize ()) GroupBase orig impl Source # | |
| impl ~ (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) GroupBase orig impl Source # | |
| impl ~ IO () => Op (Destroy ()) GroupBase orig impl Source # | |