Plain source file: hsrc/layout/Alignment.hs (1996-03-10)
Alignment is imported by: Spacers, LayoutRequest, Layout, TextF, QuitButtonF, LabelF, GraphicsF, DialogF, DDisplayF, DButtonF, ButtonF, DrawingUtils, FDefaults, DragF.
module Alignment where type Alignment = Double aTop = 0 :: Alignment aBottom = 1 :: Alignment aLeft = 0 :: Alignment aRight = 1 :: Alignment aCenter = 0.5 :: Alignment