Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- newtype SingleLayout = SingleLayout {}
- data SingleLayoutData = SingleLayoutData
- class LayoutClass w => SingleLayoutClass w
- singleLayoutNew :: UIApp u SingleLayout
- layoutIndex :: SingleLayoutClass w => w -> Attribute Int
- def :: Default a => a
Documentation
newtype SingleLayout Source #
Instances
LayoutClass SingleLayout Source # | |
Defined in Simple.UI.Layouts.SingleLayout type LayoutData SingleLayout Source # layoutDraw :: ContainerClass c => c SingleLayout -> Drawing -> Int -> Int -> UIApp u () Source # layoutComputeSize :: ContainerClass c => c SingleLayout -> UIApp u (Int, Int) Source # | |
SingleLayoutClass SingleLayout Source # | |
Defined in Simple.UI.Layouts.SingleLayout layoutIndex :: SingleLayout -> Attribute Int Source # | |
type LayoutData SingleLayout Source # | |
Defined in Simple.UI.Layouts.SingleLayout |
data SingleLayoutData Source #
Instances
Default SingleLayoutData Source # | |
Defined in Simple.UI.Layouts.SingleLayout def :: SingleLayoutData # |
class LayoutClass w => SingleLayoutClass w Source #
Instances
SingleLayoutClass SingleLayout Source # | |
Defined in Simple.UI.Layouts.SingleLayout layoutIndex :: SingleLayout -> Attribute Int Source # |
layoutIndex :: SingleLayoutClass w => w -> Attribute Int Source #