| ||||||||
| ||||||||
Description | ||||||||
StdControlAttribute specifies which ControlAttributes are valid for each of the standard controls. | ||||||||
Documentation | ||||||||
isValidButtonControlAttribute :: ControlAttribute ls ps -> Bool | ||||||||
isValidCheckControlAttribute :: ControlAttribute ls ps -> Bool | ||||||||
isValidCompoundControlAttribute :: ControlAttribute ls ps -> Bool | ||||||||
isValidEditControlAttribute :: ControlAttribute ls ps -> Bool | ||||||||
isValidLayoutControlAttribute :: ControlAttribute ls ps -> Bool | ||||||||
isValidPopUpControlAttribute :: ControlAttribute ls ps -> Bool | ||||||||
isValidRadioControlAttribute :: ControlAttribute ls ps -> Bool | ||||||||
isValidSliderControlAttribute :: ControlAttribute ls ps -> Bool | ||||||||
isValidTextControlAttribute :: ControlAttribute ls ps -> Bool | ||||||||
isControlActivate :: ControlAttribute ls ps -> Bool | ||||||||
isControlDeactivate :: ControlAttribute ls ps -> Bool | ||||||||
isControlFunction :: ControlAttribute ls ps -> Bool | ||||||||
isControlHide :: ControlAttribute ls ps -> Bool | ||||||||
isControlHMargin :: ControlAttribute ls ps -> Bool | ||||||||
isControlHScroll :: ControlAttribute ls ps -> Bool | ||||||||
isControlId :: ControlAttribute ls ps -> Bool | ||||||||
isControlItemSpace :: ControlAttribute ls ps -> Bool | ||||||||
isControlKeyboard :: ControlAttribute ls ps -> Bool | ||||||||
isControlLook :: ControlAttribute ls ps -> Bool | ||||||||
isControlMinimumSize :: ControlAttribute ls ps -> Bool | ||||||||
isControlModsFunction :: ControlAttribute ls ps -> Bool | ||||||||
isControlMouse :: ControlAttribute ls ps -> Bool | ||||||||
isControlOrigin :: ControlAttribute ls ps -> Bool | ||||||||
isControlOuterSize :: ControlAttribute ls ps -> Bool | ||||||||
isControlPen :: ControlAttribute ls ps -> Bool | ||||||||
isControlPos :: ControlAttribute ls ps -> Bool | ||||||||
isControlResize :: ControlAttribute ls ps -> Bool | ||||||||
isControlSelectState :: ControlAttribute ls ps -> Bool | ||||||||
isControlTip :: ControlAttribute ls ps -> Bool | ||||||||
isControlViewDomain :: ControlAttribute ls ps -> Bool | ||||||||
isControlViewSize :: ControlAttribute ls ps -> Bool | ||||||||
isControlVMargin :: ControlAttribute ls ps -> Bool | ||||||||
isControlVScroll :: ControlAttribute ls ps -> Bool | ||||||||
isControlWidth :: ControlAttribute ls ps -> Bool | ||||||||
isControlDoubleBuffered :: ControlAttribute ls ps -> Bool | ||||||||
getControlActivateFun :: ControlAttribute ls ps -> GUIFun ls ps | ||||||||
getControlDeactivateFun :: ControlAttribute ls ps -> GUIFun ls ps | ||||||||
getControlFun :: ControlAttribute ls ps -> GUIFun ls ps | ||||||||
getControlHMarginAtt :: ControlAttribute ls ps -> (Int, Int) | ||||||||
getControlHScrollFun :: ControlAttribute ls ps -> ScrollFunction | ||||||||
getControlIdAtt :: ControlAttribute ls ps -> Id | ||||||||
getControlItemSpaceAtt :: ControlAttribute ls ps -> (Int, Int) | ||||||||
getControlKeyboardAtt :: ControlAttribute ls ps -> (KeyboardStateFilter, SelectState, KeyboardFunction ls ps) | ||||||||
getControlLookAtt :: ControlAttribute ls ps -> (Bool, Look) | ||||||||
getControlMinimumSizeAtt :: ControlAttribute ls ps -> Size | ||||||||
getControlModsFun :: ControlAttribute ls ps -> ModifiersFunction ls ps | ||||||||
getControlMouseAtt :: ControlAttribute ls ps -> (MouseStateFilter, SelectState, MouseFunction ls ps) | ||||||||
getControlOriginAtt :: ControlAttribute ls ps -> Point2 | ||||||||
getControlOuterSizeAtt :: ControlAttribute ls ps -> Size | ||||||||
getControlPenAtt :: ControlAttribute ls ps -> [PenAttribute] | ||||||||
getControlPosAtt :: ControlAttribute ls ps -> ItemPos | ||||||||
getControlResizeFun :: ControlAttribute ls ps -> ControlResizeFunction | ||||||||
getControlSelectStateAtt :: ControlAttribute ls ps -> SelectState | ||||||||
getControlTipAtt :: ControlAttribute ls ps -> String | ||||||||
getControlViewDomainAtt :: ControlAttribute ls ps -> ViewDomain | ||||||||
getControlViewSizeAtt :: ControlAttribute ls ps -> Size | ||||||||
getControlVMarginAtt :: ControlAttribute ls ps -> (Int, Int) | ||||||||
getControlVScrollFun :: ControlAttribute ls ps -> ScrollFunction | ||||||||
getControlWidthAtt :: ControlAttribute ls ps -> ControlWidth | ||||||||
module Graphics.UI.ObjectIO.StdControlDef | ||||||||
Produced by Haddock version 0.7 |