wxHaskellThis page is for notes on wxHaskell, a Haskell binding to wxWidgets.AttributesWhen I have more information on these attributes I'll organise them into categories based on widget type.activeChild :: ReadAttr (MDIParentFrame a) (MDIChildFrame ()) alignment :: CreateAttr w Align area :: Attr w Rect bestSize :: ReadAttr w Size bgcolor :: Attr w Color border :: Attr w Border brush :: Attr w BrushStyle brushColor :: Attr w Color brushKind :: Attr w BrushKind checkable :: Attr w Bool checked :: Attr w Bool children :: ReadAttr w [Window ()] clientSize :: Attr w Size clipChildren :: Attr w Bool closeable :: Attr w Bool color :: Attr w Color columns :: Attr (ListCtrl a) [(String,Align,Int)] defaultButton :: Attr (Panel p) (Button ()) dockable :: Attr w Bool enable :: Able w => Attr w Bool enabled :: Attr w Bool font :: Attr w FontStyle fontFace :: Attr w String fontFamily :: Attr w FontFamily fontShape :: Attr w FontShape fontSize :: Attr w Int fontUnderline :: Attr w Bool fontWeight :: Attr w FontWeight frameParent :: ReadAttr (Window a) (Window ()) fullRepaintOnResize :: Attr w Bool help :: Attr w String identity :: Attr w Int interval :: Attr Timer Int item :: Int -> Attr w a itemCount :: ReadAttr w Int items :: Attr w [a] layout :: Attr w Layout maximizeable :: Attr w Bool menuBar :: WriteAttr (Frame a) [Menu ()] menubar :: WriteAttr (Frame a) [Menu ()] minimizeable :: Attr w Bool outerSize :: Attr w Size parent :: ReadAttr w (Window ()) pen :: Attr w PenStyle penCap :: Attr w CapStyle penColor :: Attr w Color penJoin :: Attr w JoinStyle penKind :: Attr w PenKind penWidth :: Attr w Int picture :: Attr w FilePath position :: Attr w Point processEnter :: Styled w => Attr w Bool processTab :: Styled w => Attr w Bool resizeable :: Attr w Bool rootParent :: ReadAttr (Window a) (Window ()) scrollRate :: Attr (ScrolledWindow a) Size selection :: Attr w Int selections :: Attr w [Int] size :: Attr w Size sorted :: CreateAttr w Bool statusBar :: WriteAttr (Frame a) [StatusField] statusWidth :: Attr StatusField Int statusbar :: WriteAttr (Frame a) [StatusField] style :: Attr w Int tabTraversal :: Attr (Window a) Bool text :: Attr w String textBgcolor:: Attr w Color textColor :: Attr w Color tooltip :: Attr w String value :: Attr (w a) a virtualSize :: Attr w Size visible :: Attr w Bool windowCloseable :: CreateAttr (Window a) Bool windowMaximizeable :: CreateAttr (Window a) Bool windowMinimizeable :: CreateAttr (Window a) Bool windowResizeable :: CreateAttr (Window a) Bool wrap :: CreateAttr w Wrap |
