AutoForms-0.4.0: src/Graphics/UI/AF/WxForm/WxConstants.hs
{-|
In this module we keep different constants. Atleast some of them
will become user-setteable in the future.
Currently, far from all the neccessary constants are in here. Alot of
them is unfortunately still hardcoded.
-}
module Graphics.UI.AF.WxForm.WxConstants where
-- |Maximum widt of a list item, measured in charectors
-- Must be no less than 5.
maxListWidth :: Int
maxListWidth = 80