lui-0.0.2: Purely FunctionaL User InterfaceSource codeContentsIndex
Graphics.UI.LUI.Widgets.Box
Documentation
data Orientation Source
Constructors
Horizontal
Vertical
data Item model Source
Constructors
Item
itemChildWidget :: Widget model
itemAlignment :: Double
data Mutable Source
Constructors
Mutable
mutableCursor :: Cursor
type Cursor = IntSource
new :: Orientation -> [Item model] -> New model MutableSource
aMutableCursor :: Accessor Mutable CursorSource
type DelegatedMutable = DelegatedMutable MutableSource
delegatedMutable :: Bool -> Cursor -> DelegatedMutableSource
aDelegatedMutableCursor :: Accessor DelegatedMutable CursorSource
newDelegated :: Orientation -> [Item model] -> New model DelegatedMutableSource
newDelegatedWith :: Color -> Orientation -> [Item model] -> New model DelegatedMutableSource
Produced by Haddock version 2.4.1