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:: (Parent
aWidgetBase
) =>Ref
GroupBase
->Ref
a->IO
() addResizable:: (Parent
aWidgetBase
) =>Ref
GroupBase
->Ref
a ->IO
() begin ::Ref
GroupBase
->IO
() children ::Ref
GroupBase
->IO
(Int
) clear ::Ref
GroupBase
->IO
() clipChildren ::Ref
GroupBase
->IO
(Bool
) ddfdesignKludge ::Ref
GroupBase
->IO
(Maybe
(Ref
WidgetBase
)) destroy ::Ref
GroupBase
->IO
() drawChild:: (Parent
aWidgetBase
) =>Ref
GroupBase
->Ref
a ->IO
() drawChildren ::Ref
GroupBase
->IO
() drawOutsideLabel:: (Parent
aWidgetBase
) =>Ref
GroupBase
->Ref
a ->IO
() end ::Ref
GroupBase
->IO
() find:: (Parent
aWidgetBase
) =>Ref
GroupBase
->Ref
a ->IO
(AtIndex
) focus:: (Parent
aWidgetBase
) =>Ref
GroupBase
->Ref
a ->IO
() getArray ::Ref
GroupBase
->IO
[Ref
WidgetBase
] getChild ::Ref
GroupBase
->AtIndex
->IO
(Maybe
(Ref
WidgetBase
)) getResizable ::Ref
GroupBase
->IO
(Maybe
(Ref
WidgetBase
)) handle ::Ref
GroupBase
->Event
->IO
(Either
UnknownEvent
()) initSizes ::Ref
GroupBase
->IO
() insert:: (Parent
aWidgetBase
) =>Ref
GroupBase
->Ref
a->AtIndex
->IO
() insertBefore:: (Parent
aWidgetBase
) =>Ref
GroupBase
->Ref
a ->Ref
b ->IO
() removeIndex ::Ref
GroupBase
->AtIndex
->IO
() removeWidget:: (Parent
aWidgetBase
) =>Ref
GroupBase
->Ref
a ->IO
() resize ::Ref
GroupBase
->Rectangle
->IO
() setClipChildren ::Ref
GroupBase
->Bool
->IO
() setNotResizable ::Ref
GroupBase
->IO
() setResizable:: (Parent
aWidgetBase
) =>Ref
GroupBase
->Maybe
(Ref
a ) ->IO
() updateChild:: (Parent
aWidgetBase
) =>Ref
GroupBase
->Ref
a ->IO
() within:: (Match
obj ~FindOp
orig orig (Begin
()),Match
obj ~FindOp
orig orig (End
()),Op
(Begin
()) obj orig (IO
()),Op
(End
()) obj orig (IO
()),) =>Ref
GroupBase
->IO
a ->IO
a
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 # | |