| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Simple.UI.Widgets.Window
Documentation
data WindowType Source #
Constructors
| WindowTypeTopLevel | |
| WindowTypeDialog |
Instances
| Eq WindowType Source # | |
Defined in Simple.UI.Widgets.Window | |
| Show WindowType Source # | |
Defined in Simple.UI.Widgets.Window Methods showsPrec :: Int -> WindowType -> ShowS # show :: WindowType -> String # showList :: [WindowType] -> ShowS # | |
Instances
class ContainerClass w => WindowClass w Source #
Minimal complete definition
Instances
| WindowClass Window Source # | |
Defined in Simple.UI.Widgets.Window Methods 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 #