Copyright | (c) Paul Schnapp 2023 |
---|---|
License | BSD3 |
Maintainer | Paul Schnapp <paul.schnapp@gmail.com> |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
FULE.Container.Config.Orientation
Description
The Orientation
datatype is used to specify the visual orientation of an
element.
Synopsis
- data Orientation
Documentation
data Orientation Source #
Layout orientation, used in multiple Container
s.
Constructors
Horizontal | |
Vertical |
Instances
NFData Orientation Source # | |
Defined in FULE.Container.Config.Orientation Methods rnf :: Orientation -> () # |