Safe Haskell | None |
---|---|
Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.Group
Constructor
groupCustom :: Rectangle -> Maybe Text -> Maybe (Ref Group -> IO ()) -> CustomWidgetFuncs Group -> IO (Ref Group) Source #
Hierarchy
Group functions
add:: (Parent
aWidget
) =>Ref
Group
->Ref
a->IO
() addResizable:: (Parent
aWidget
) =>Ref
Group
->Ref
a ->IO
() begin ::Ref
Group
->IO
() children ::Ref
Group
->IO
(Int
) clear ::Ref
Group
->IO
() clipChildren ::Ref
Group
->IO
(Bool
) ddfdesignKludge ::Ref
Group
->IO
(Maybe
(Ref
Widget
)) destroy ::Ref
Group
->IO
() drawChild:: (Parent
aWidget
) =>Ref
Group
->Ref
a ->IO
() drawChildren ::Ref
Group
->IO
() drawOutsideLabel:: (Parent
aWidget
) =>Ref
Group
->Ref
a ->IO
() drawSuper ::Ref
Group
->IO
() end ::Ref
Group
->IO
() find:: (Parent
aWidget
) =>Ref
Group
->Ref
a ->IO
(AtIndex
) focus:: (Parent
aWidget
) =>Ref
Group
->Ref
a ->IO
() getArray ::Ref
Group
->IO
[Ref
Widget
] getChild ::Ref
Group
->AtIndex
->IO
(Maybe
(Ref
Widget
)) getResizable ::Ref
Group
->IO
(Maybe
(Ref
Widget
)) handle ::Ref
Group
->Event
->IO
(Either
UnknownEvent
()) handleSuper ::Ref
Group
->Event
->IO
(Either
UnknownEvent
()) initSizes ::Ref
Group
->IO
() insert:: (Parent
aWidget
) =>Ref
Group
->Ref
a->AtIndex
->IO
() insertBefore:: (Parent
aWidget
) =>Ref
Group
->Ref
a ->Ref
b ->IO
() removeIndex ::Ref
Group
->AtIndex
->IO
() removeWidget:: (Parent
aWidget
) =>Ref
Group
->Ref
a ->IO
() resize ::Ref
Group
->Rectangle
->IO
() resizeSuper ::Ref
Group
->Rectangle
->IO
() setClipChildren ::Ref
Group
->Bool
->IO
() setNotResizable ::Ref
Group
->IO
() setResizable:: (Parent
aWidget
) =>Ref
Group
->Maybe
(Ref
a ) ->IO
() updateChild:: (Parent
aWidget
) =>Ref
Group
->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
Group
->IO
a ->IO
a
Orphan instances
impl ~ (Event -> IO (Either UnknownEvent ())) => Op (HandleSuper ()) Group orig impl Source # | |
impl ~ IO () => Op (DrawSuper ()) Group orig impl Source # | |
impl ~ (AtIndex -> IO (Maybe (Ref Widget))) => Op (GetChild ()) Group orig impl Source # | |
impl ~ IO [Ref Widget] => Op (GetArray ()) Group orig impl Source # | |
(Parent a Widget, impl ~ (Ref a -> Ref b -> IO ())) => Op (InsertBefore ()) Group orig impl Source # | |
impl ~ IO (Maybe (Ref Widget)) => Op (DdfdesignKludge ()) Group orig impl Source # | |
(Parent a Widget, impl ~ (Ref a -> IO ())) => Op (Focus ()) Group orig impl Source # | |
impl ~ IO Bool => Op (ClipChildren ()) Group orig impl Source # | |
impl ~ (Bool -> IO ()) => Op (SetClipChildren ()) Group orig impl Source # | |
impl ~ IO Int => Op (Children ()) Group orig impl Source # | |
impl ~ IO () => Op (InitSizes ()) Group orig impl Source # | |
(Parent a Widget, impl ~ (Ref a -> IO ())) => Op (AddResizable ()) Group orig impl Source # | |
impl ~ IO (Maybe (Ref Widget)) => Op (GetResizable ()) Group orig impl Source # | |
impl ~ IO () => Op (SetNotResizable ()) Group orig impl Source # | |
(Parent a Widget, impl ~ (Maybe (Ref a) -> IO ())) => Op (SetResizable ()) Group orig impl Source # | |
impl ~ IO () => Op (Clear ()) Group orig impl Source # | |
(Parent a Widget, impl ~ (Ref a -> IO ())) => Op (RemoveWidget ()) Group orig impl Source # | |
impl ~ (AtIndex -> IO ()) => Op (RemoveIndex ()) Group orig impl Source # | |
(Parent a Widget, impl ~ (Ref a -> AtIndex -> IO ())) => Op (Insert ()) Group orig impl Source # | |
(Parent a Widget, impl ~ (Ref a -> IO ())) => Op (Add ()) Group orig impl Source # | |
(Parent a Widget, impl ~ (Ref a -> IO AtIndex)) => Op (Find ()) Group 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 ()) Group orig impl Source # | |
impl ~ IO () => Op (End ()) Group orig impl Source # | |
impl ~ IO () => Op (Begin ()) Group orig impl Source # | |
(Parent a Widget, impl ~ (Ref a -> IO ())) => Op (UpdateChild ()) Group orig impl Source # | |
(Parent a Widget, impl ~ (Ref a -> IO ())) => Op (DrawOutsideLabel ()) Group orig impl Source # | |
impl ~ IO () => Op (DrawChildren ()) Group orig impl Source # | |
(Parent a Widget, impl ~ (Ref a -> IO ())) => Op (DrawChild ()) Group orig impl Source # | |
impl ~ (Rectangle -> IO ()) => Op (Resize ()) Group orig impl Source # | |
impl ~ (Rectangle -> IO ()) => Op (ResizeSuper ()) Group orig impl Source # | |
impl ~ (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) Group orig impl Source # | |
impl ~ IO () => Op (Destroy ()) Group orig impl Source # | |