Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data WindowType Source #
Instances
Eq WindowType Source # | |
Defined in Simple.UI.Widgets.Window (==) :: WindowType -> WindowType -> Bool # (/=) :: WindowType -> WindowType -> Bool # | |
Show WindowType Source # | |
Defined in Simple.UI.Widgets.Window showsPrec :: Int -> WindowType -> ShowS # show :: WindowType -> String # showList :: [WindowType] -> ShowS # |
Instances
class ContainerClass w => WindowClass w Source #
Instances
WindowClass Window Source # | |
Defined in Simple.UI.Widgets.Window castToWindow :: Window a -> Window a Source # windowType :: WindowClass Window => Window a -> WindowType Source # windowFocus :: WindowClass Window => Window a -> Attribute Bool Source # |
castToWindow :: WindowClass w => w a -> Window a Source #
windowNew :: LayoutClass a => WindowType -> a -> UIApp u (Window a) Source #
windowType :: (WindowClass w, WindowClass w) => w a -> WindowType Source #
windowFocus :: (WindowClass w, WindowClass w) => w a -> Attribute Bool Source #