Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data TabsHeightOffset Source #
Hierarchy
Graphics.UI.FLTK.LowLevel.Widget | v Graphics.UI.FLTK.LowLevel.Group | v Graphics.UI.FLTK.LowLevel.Tabs
Functions
clientArea ::Ref
Tabs
->TabsHeightOffset
->IO
Rectangle
getPush ::Ref
Tabs
->IO
(Maybe
(Ref
Widget
)) getValue ::Ref
Tabs
->IO
(Maybe
(Ref
Widget
)) handle ::Ref
Tabs
-> (Event
->IO
(Either
UnknownEvent
())) setPush:: (Parent
aWidget
) =>Ref
Tabs
->Maybe
(Ref
a ) ->IO
(Either
NoChange
()) setValue:: (Parent
aWidget
) =>Ref
Tabs
->Maybe
(Ref
a ) ->IO
(Either
NoChange
()) which ::Ref
Tabs
->Position
->IO
(Maybe
(Ref
Widget
))
Orphan instances
(~) * impl (TabsHeightOffset -> IO Rectangle) => Op (ClientArea ()) Tabs orig impl Source # | |
(~) * impl (Position -> IO (Maybe (Ref Widget))) => Op (Which ()) Tabs orig impl Source # | |
(Parent a Widget, (~) * impl (Maybe (Ref a) -> IO (Either NoChange ()))) => Op (SetPush ()) Tabs orig impl Source # | |
(~) * impl (IO (Maybe (Ref Widget))) => Op (GetPush ()) Tabs orig impl Source # | |
(~) * impl (IO ()) => Op (Draw ()) Tabs orig impl Source # | |
(Parent a Widget, (~) * impl (Maybe (Ref a) -> IO (Either NoChange ()))) => Op (SetValue ()) Tabs orig impl Source # | |
(~) * impl (IO (Maybe (Ref Widget))) => Op (GetValue ()) Tabs orig impl Source # | |
(~) * impl (Event -> IO (Either UnknownEvent ())) => Op (HandleSuper ()) Tabs orig impl Source # | |
(~) * impl (IO ()) => Op (DrawSuper ()) Tabs orig impl Source # | |
(~) * impl (Rectangle -> IO ()) => Op (Resize ()) Tabs orig impl Source # | |
(~) * impl (Rectangle -> IO ()) => Op (ResizeSuper ()) Tabs orig impl Source # | |
(~) * impl (IO ()) => Op (Hide ()) Tabs orig impl Source # | |
(~) * impl (IO ()) => Op (HideSuper ()) Tabs orig impl Source # | |
(~) * impl (IO ()) => Op (ShowWidget ()) Tabs orig impl Source # | |
(~) * impl (IO ()) => Op (ShowWidgetSuper ()) Tabs orig impl Source # | |
(~) * impl (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) Tabs orig impl Source # | |