Copyright | (c) Paul Schnapp 2023 |
---|---|
License | BSD3 |
Maintainer | Paul Schnapp <paul.schnapp@gmail.com> |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
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.
Instances
NFData Orientation Source # | |
Defined in FULE.Container.Config.Orientation rnf :: Orientation -> () # |