FULE-0.3.1: Functional UI Layout Engine
Copyright(c) Paul Schnapp 2023
LicenseBSD3
MaintainerPaul Schnapp <paul.schnapp@gmail.com>
Safe HaskellSafe-Inferred
LanguageHaskell2010

FULE.Container.Config.Orientation

Description

The Orientation datatype is used to specify the visual orientation of an element.

Synopsis

Documentation

data Orientation Source #

Layout orientation, used in multiple Containers.

Constructors

Horizontal 
Vertical 

Instances

Instances details
NFData Orientation Source # 
Instance details

Defined in FULE.Container.Config.Orientation

Methods

rnf :: Orientation -> () #