summaryrefslogtreecommitdiffstats
path: root/lib/Phi/Panel.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Phi/Panel.hs')
-rw-r--r--lib/Phi/Panel.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/Phi/Panel.hs b/lib/Phi/Panel.hs
index 23b022f..42f4f98 100644
--- a/lib/Phi/Panel.hs
+++ b/lib/Phi/Panel.hs
@@ -1,6 +1,7 @@
{-# LANGUAGE ExistentialQuantification #-}
-module Phi.Panel ( Panel(..)
+module Phi.Panel ( Position(..)
+ , Panel(..)
, PanelClass(..)
, (<~>)
, separator
@@ -8,6 +9,8 @@ module Phi.Panel ( Panel(..)
import Data.Function
+data Position = Top | Bottom
+
class PanelClass a where
minSize :: a -> Int