Copyright | (c) Jeremy O'Donoghue 2007 |
---|---|
License | wxWindows |
Maintainer | wxhaskell-devel@lists.sourceforge.net |
Stability | provisional |
Portability | portable |
Safe Haskell | None |
Language | Haskell98 |
- initialResizeable :: ([Prop (Window w)] -> Style -> a) -> [Prop (Window w)] -> Style -> a
- initialMaximizeable :: ([Prop (Window w)] -> Style -> a) -> [Prop (Window w)] -> Style -> a
- initialMinimizeable :: ([Prop (Window w)] -> Style -> a) -> [Prop (Window w)] -> Style -> a
- initialCloseable :: ([Prop (Window w)] -> Style -> a) -> [Prop (Window w)] -> Style -> a
Documentation
initialResizeable :: ([Prop (Window w)] -> Style -> a) -> [Prop (Window w)] -> Style -> a Source #
Helper function that transforms the style accordding
to the windowResizable
flag in of the properties
initialMaximizeable :: ([Prop (Window w)] -> Style -> a) -> [Prop (Window w)] -> Style -> a Source #
Helper function that transforms the style accordding
to the windowMaximizable
flag in of the properties
initialMinimizeable :: ([Prop (Window w)] -> Style -> a) -> [Prop (Window w)] -> Style -> a Source #
Helper function that transforms the style accordding
to the windowMinimizable
flag in of the properties
initialCloseable :: ([Prop (Window w)] -> Style -> a) -> [Prop (Window w)] -> Style -> a Source #
Helper function that transforms the style accordding
to the windowMinimizable
flag in of the properties
Orphan instances
Form (Frame a) Source # | |
HasDefault (TopLevelWindow a) Source # | |
Framed (TopLevelWindow a) Source # | |
Closeable (Frame a) Source # | |
Pictured (TopLevelWindow a) Source # | |