| ||||||||
| ||||||||
Description | ||||||||
StdWindowAttribute specifies which WindowAttributes are valid for Windows. | ||||||||
isValidWindowAttribute :: WindowAttribute ls ps -> Bool | ||||||||
isValidDialogAttribute :: WindowAttribute ls ps -> Bool | ||||||||
isWindowActivate :: WindowAttribute ls ps -> Bool | ||||||||
getWindowActivateFun :: WindowAttribute ls ps -> GUIFun ls ps | ||||||||
isWindowCancel :: WindowAttribute ls ps -> Bool | ||||||||
getWindowCancelAtt :: WindowAttribute ls ps -> Id | ||||||||
isWindowClose :: WindowAttribute ls ps -> Bool | ||||||||
getWindowCloseFun :: WindowAttribute ls ps -> GUIFun ls ps | ||||||||
isWindowCursor :: WindowAttribute ls ps -> Bool | ||||||||
getWindowCursorAtt :: WindowAttribute ls ps -> CursorShape | ||||||||
isWindowDeactivate :: WindowAttribute ls ps -> Bool | ||||||||
getWindowDeactivateFun :: WindowAttribute ls ps -> GUIFun ls ps | ||||||||
isWindowHMargin :: WindowAttribute ls ps -> Bool | ||||||||
getWindowHMarginAtt :: WindowAttribute ls ps -> (Int, Int) | ||||||||
isWindowHScroll :: WindowAttribute ls ps -> Bool | ||||||||
getWindowHScrollFun :: WindowAttribute ls ps -> ScrollFunction | ||||||||
isWindowId :: WindowAttribute ls ps -> Bool | ||||||||
getWindowIdAtt :: WindowAttribute ls ps -> Id | ||||||||
isWindowIndex :: WindowAttribute ls ps -> Bool | ||||||||
getWindowIndexAtt :: WindowAttribute ls ps -> Int | ||||||||
isWindowInit :: WindowAttribute ls ps -> Bool | ||||||||
getWindowInitFun :: WindowAttribute ls ps -> GUIFun ls ps | ||||||||
isWindowInitActive :: WindowAttribute ls ps -> Bool | ||||||||
getWindowInitActiveAtt :: WindowAttribute ls ps -> Id | ||||||||
isWindowItemSpace :: WindowAttribute ls ps -> Bool | ||||||||
getWindowItemSpaceAtt :: WindowAttribute ls ps -> (Int, Int) | ||||||||
isWindowKeyboard :: WindowAttribute ls ps -> Bool | ||||||||
getWindowKeyboardAtt :: WindowAttribute ls ps -> (KeyboardStateFilter, SelectState, KeyboardFunction ls ps) | ||||||||
isWindowLook :: WindowAttribute ls ps -> Bool | ||||||||
getWindowLookAtt :: WindowAttribute ls ps -> (Bool, Look) | ||||||||
isWindowMouse :: WindowAttribute ls ps -> Bool | ||||||||
getWindowMouseAtt :: WindowAttribute ls ps -> (MouseStateFilter, SelectState, MouseFunction ls ps) | ||||||||
isWindowOk :: WindowAttribute ls ps -> Bool | ||||||||
getWindowOkAtt :: WindowAttribute ls ps -> Id | ||||||||
isWindowOrigin :: WindowAttribute ls ps -> Bool | ||||||||
getWindowOriginAtt :: WindowAttribute ls ps -> Point2 | ||||||||
isWindowOuterSize :: WindowAttribute ls ps -> Bool | ||||||||
getWindowOuterSizeAtt :: WindowAttribute ls ps -> Size | ||||||||
isWindowPen :: WindowAttribute ls ps -> Bool | ||||||||
getWindowPenAtt :: WindowAttribute ls ps -> [PenAttribute] | ||||||||
isWindowPos :: WindowAttribute ls ps -> Bool | ||||||||
getWindowPosAtt :: WindowAttribute ls ps -> ItemPos | ||||||||
isWindowSelectState :: WindowAttribute ls ps -> Bool | ||||||||
getWindowSelectStateAtt :: WindowAttribute ls ps -> SelectState | ||||||||
isWindowViewDomain :: WindowAttribute ls ps -> Bool | ||||||||
getWindowViewDomainAtt :: WindowAttribute ls ps -> ViewDomain | ||||||||
isWindowViewSize :: WindowAttribute ls ps -> Bool | ||||||||
getWindowViewSizeAtt :: WindowAttribute ls ps -> Size | ||||||||
isWindowVMargin :: WindowAttribute ls ps -> Bool | ||||||||
getWindowVMarginAtt :: WindowAttribute ls ps -> (Int, Int) | ||||||||
isWindowVScroll :: WindowAttribute ls ps -> Bool | ||||||||
getWindowVScrollFun :: WindowAttribute ls ps -> ScrollFunction | ||||||||
isWindowCaret :: WindowAttribute ls ps -> Bool | ||||||||
getWindowCaretAtt :: WindowAttribute ls ps -> (Point2, Size) | ||||||||
isWindowResize :: WindowAttribute ls ps -> Bool | ||||||||
getWindowResizeAtt :: WindowAttribute ls ps -> WindowResizeFunction ls ps | ||||||||
isWindowDoubleBuffered :: WindowAttribute ls ps -> Bool | ||||||||
module Graphics.UI.ObjectIO.StdWindowDef | ||||||||
Produced by Haddock version 0.3 |