packages feed

wx 0.12.1.5 → 0.12.1.6

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~wxcorePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: wxcore

API changes (from Hackage documentation)

- Graphics.UI.WX.Attributes: instance (Show a) => Show (PropValue a)
- Graphics.UI.WX.Events: delKey :: (Reactive w) => Event w (IO ())
- Graphics.UI.WX.Events: downKey :: (Reactive w) => Event w (IO ())
- Graphics.UI.WX.Events: endKey :: (Reactive w) => Event w (IO ())
- Graphics.UI.WX.Events: enterKey :: (Reactive w) => Event w (IO ())
- Graphics.UI.WX.Events: escKey :: (Reactive w) => Event w (IO ())
- Graphics.UI.WX.Events: helpKey :: (Reactive w) => Event w (IO ())
- Graphics.UI.WX.Events: homeKey :: (Reactive w) => Event w (IO ())
- Graphics.UI.WX.Events: leftKey :: (Reactive w) => Event w (IO ())
- Graphics.UI.WX.Events: pgdownKey :: (Reactive w) => Event w (IO ())
- Graphics.UI.WX.Events: pgupKey :: (Reactive w) => Event w (IO ())
- Graphics.UI.WX.Events: rightKey :: (Reactive w) => Event w (IO ())
- Graphics.UI.WX.Events: tabKey :: (Reactive w) => Event w (IO ())
- Graphics.UI.WX.Events: upKey :: (Reactive w) => Event w (IO ())
+ Graphics.UI.WX.Attributes: instance Show a => Show (PropValue a)
+ Graphics.UI.WX.Events: enterKey, endKey, homeKey, delKey, helpKey, escKey, tabKey :: Reactive w => Event w (IO ())
+ Graphics.UI.WX.Events: pgupKey, rightKey, leftKey, upKey, downKey, pgdownKey :: Reactive w => Event w (IO ())
- Graphics.UI.WX.Attributes: constAttr :: (Typeable a) => String -> a -> Attr w a
+ Graphics.UI.WX.Attributes: constAttr :: Typeable a => String -> a -> Attr w a
- Graphics.UI.WX.Attributes: createAttr :: (Typeable a) => String -> (w -> IO a) -> (w -> a -> IO ()) -> CreateAttr w a
+ Graphics.UI.WX.Attributes: createAttr :: Typeable a => String -> (w -> IO a) -> (w -> a -> IO ()) -> CreateAttr w a
- Graphics.UI.WX.Attributes: filterProperty :: (Typeable a) => Attr w a -> [Prop w] -> (PropValue a, [Prop w])
+ Graphics.UI.WX.Attributes: filterProperty :: Typeable a => Attr w a -> [Prop w] -> (PropValue a, [Prop w])
- Graphics.UI.WX.Attributes: findProperty :: (Typeable a) => Attr w a -> a -> [Prop w] -> Maybe (a, [Prop w])
+ Graphics.UI.WX.Attributes: findProperty :: Typeable a => Attr w a -> a -> [Prop w] -> Maybe (a, [Prop w])
- Graphics.UI.WX.Attributes: reflectiveAttr :: (Typeable a) => String -> (w -> IO a) -> (w -> a -> IO ()) -> Attr w a
+ Graphics.UI.WX.Attributes: reflectiveAttr :: Typeable a => String -> (w -> IO a) -> (w -> a -> IO ()) -> Attr w a
- Graphics.UI.WX.Attributes: withProperty :: (Typeable a) => Attr w a -> a -> (a -> [Prop w] -> b) -> [Prop w] -> b
+ Graphics.UI.WX.Attributes: withProperty :: Typeable a => Attr w a -> a -> (a -> [Prop w] -> b) -> [Prop w] -> b
- Graphics.UI.WX.Classes: appendText :: (Textual w) => w -> String -> IO ()
+ Graphics.UI.WX.Classes: appendText :: Textual w => w -> String -> IO ()
- Graphics.UI.WX.Classes: area :: (Dimensions w) => Attr w Rect
+ Graphics.UI.WX.Classes: area :: Dimensions w => Attr w Rect
- Graphics.UI.WX.Classes: bestSize :: (Dimensions w) => ReadAttr w Size
+ Graphics.UI.WX.Classes: bestSize :: Dimensions w => ReadAttr w Size
- Graphics.UI.WX.Classes: bgcolor :: (Colored w) => Attr w Color
+ Graphics.UI.WX.Classes: bgcolor :: Colored w => Attr w Color
- Graphics.UI.WX.Classes: border :: (Bordered w) => Attr w Border
+ Graphics.UI.WX.Classes: border :: Bordered w => Attr w Border
- Graphics.UI.WX.Classes: checkable :: (Checkable w) => Attr w Bool
+ Graphics.UI.WX.Classes: checkable :: Checkable w => Attr w Bool
- Graphics.UI.WX.Classes: checked :: (Checkable w) => Attr w Bool
+ Graphics.UI.WX.Classes: checked :: Checkable w => Attr w Bool
- Graphics.UI.WX.Classes: children :: (Parent w) => ReadAttr w [Window ()]
+ Graphics.UI.WX.Classes: children :: Parent w => ReadAttr w [Window ()]
- Graphics.UI.WX.Classes: clientSize :: (Dimensions w) => Attr w Size
+ Graphics.UI.WX.Classes: clientSize :: Dimensions w => Attr w Size
- Graphics.UI.WX.Classes: clipChildren :: (Parent w) => Attr w Bool
+ Graphics.UI.WX.Classes: clipChildren :: Parent w => Attr w Bool
- Graphics.UI.WX.Classes: close :: (Closeable w) => w -> IO ()
+ Graphics.UI.WX.Classes: close :: Closeable w => w -> IO ()
- Graphics.UI.WX.Classes: closeable :: (Framed w) => Attr w Bool
+ Graphics.UI.WX.Classes: closeable :: Framed w => Attr w Bool
- Graphics.UI.WX.Classes: color :: (Colored w) => Attr w Color
+ Graphics.UI.WX.Classes: color :: Colored w => Attr w Color
- Graphics.UI.WX.Classes: defaultButton :: (HasDefault w) => Attr w (Button ())
+ Graphics.UI.WX.Classes: defaultButton :: HasDefault w => Attr w (Button ())
- Graphics.UI.WX.Classes: dockable :: (Dockable w) => Attr w Bool
+ Graphics.UI.WX.Classes: dockable :: Dockable w => Attr w Bool
- Graphics.UI.WX.Classes: enabled :: (Able w) => Attr w Bool
+ Graphics.UI.WX.Classes: enabled :: Able w => Attr w Bool
- Graphics.UI.WX.Classes: font :: (Literate w) => Attr w FontStyle
+ Graphics.UI.WX.Classes: font :: Literate w => Attr w FontStyle
- Graphics.UI.WX.Classes: fontFace :: (Literate w) => Attr w String
+ Graphics.UI.WX.Classes: fontFace :: Literate w => Attr w String
- Graphics.UI.WX.Classes: fontFamily :: (Literate w) => Attr w FontFamily
+ Graphics.UI.WX.Classes: fontFamily :: Literate w => Attr w FontFamily
- Graphics.UI.WX.Classes: fontShape :: (Literate w) => Attr w FontShape
+ Graphics.UI.WX.Classes: fontShape :: Literate w => Attr w FontShape
- Graphics.UI.WX.Classes: fontSize :: (Literate w) => Attr w Int
+ Graphics.UI.WX.Classes: fontSize :: Literate w => Attr w Int
- Graphics.UI.WX.Classes: fontUnderline :: (Literate w) => Attr w Bool
+ Graphics.UI.WX.Classes: fontUnderline :: Literate w => Attr w Bool
- Graphics.UI.WX.Classes: fontWeight :: (Literate w) => Attr w FontWeight
+ Graphics.UI.WX.Classes: fontWeight :: Literate w => Attr w FontWeight
- Graphics.UI.WX.Classes: fullRepaintOnResize :: (Visible w) => Attr w Bool
+ Graphics.UI.WX.Classes: fullRepaintOnResize :: Visible w => Attr w Bool
- Graphics.UI.WX.Classes: help :: (Help w) => Attr w String
+ Graphics.UI.WX.Classes: help :: Help w => Attr w String
- Graphics.UI.WX.Classes: identity :: (Identity w) => Attr w Int
+ Graphics.UI.WX.Classes: identity :: Identity w => Attr w Int
- Graphics.UI.WX.Classes: item :: (Items w a) => Int -> Attr w a
+ Graphics.UI.WX.Classes: item :: Items w a => Int -> Attr w a
- Graphics.UI.WX.Classes: itemAppend :: (Items w a) => w -> a -> IO ()
+ Graphics.UI.WX.Classes: itemAppend :: Items w a => w -> a -> IO ()
- Graphics.UI.WX.Classes: itemCount :: (Items w a) => ReadAttr w Int
+ Graphics.UI.WX.Classes: itemCount :: Items w a => ReadAttr w Int
- Graphics.UI.WX.Classes: itemDelete :: (Items w a) => w -> Int -> IO ()
+ Graphics.UI.WX.Classes: itemDelete :: Items w a => w -> Int -> IO ()
- Graphics.UI.WX.Classes: items :: (Items w a) => Attr w [a]
+ Graphics.UI.WX.Classes: items :: Items w a => Attr w [a]
- Graphics.UI.WX.Classes: itemsDelete :: (Items w a) => w -> IO ()
+ Graphics.UI.WX.Classes: itemsDelete :: Items w a => w -> IO ()
- Graphics.UI.WX.Classes: maximizeable :: (Framed w) => Attr w Bool
+ Graphics.UI.WX.Classes: maximizeable :: Framed w => Attr w Bool
- Graphics.UI.WX.Classes: minimizeable :: (Framed w) => Attr w Bool
+ Graphics.UI.WX.Classes: minimizeable :: Framed w => Attr w Bool
- Graphics.UI.WX.Classes: outerSize :: (Dimensions w) => Attr w Size
+ Graphics.UI.WX.Classes: outerSize :: Dimensions w => Attr w Size
- Graphics.UI.WX.Classes: parent :: (Child w) => ReadAttr w (Window ())
+ Graphics.UI.WX.Classes: parent :: Child w => ReadAttr w (Window ())
- Graphics.UI.WX.Classes: picture :: (Pictured w) => Attr w FilePath
+ Graphics.UI.WX.Classes: picture :: Pictured w => Attr w FilePath
- Graphics.UI.WX.Classes: position :: (Dimensions w) => Attr w Point
+ Graphics.UI.WX.Classes: position :: Dimensions w => Attr w Point
- Graphics.UI.WX.Classes: refresh :: (Visible w) => w -> IO ()
+ Graphics.UI.WX.Classes: refresh :: Visible w => w -> IO ()
- Graphics.UI.WX.Classes: resizeable :: (Framed w) => Attr w Bool
+ Graphics.UI.WX.Classes: resizeable :: Framed w => Attr w Bool
- Graphics.UI.WX.Classes: selection :: (Selection w) => Attr w Int
+ Graphics.UI.WX.Classes: selection :: Selection w => Attr w Int
- Graphics.UI.WX.Classes: selections :: (Selections w) => Attr w [Int]
+ Graphics.UI.WX.Classes: selections :: Selections w => Attr w [Int]
- Graphics.UI.WX.Classes: size :: (Sized w) => Attr w Size
+ Graphics.UI.WX.Classes: size :: Sized w => Attr w Size
- Graphics.UI.WX.Classes: style :: (Styled w) => Attr w Int
+ Graphics.UI.WX.Classes: style :: Styled w => Attr w Int
- Graphics.UI.WX.Classes: text :: (Textual w) => Attr w String
+ Graphics.UI.WX.Classes: text :: Textual w => Attr w String
- Graphics.UI.WX.Classes: textBgcolor :: (Literate w) => Attr w Color
+ Graphics.UI.WX.Classes: textBgcolor :: Literate w => Attr w Color
- Graphics.UI.WX.Classes: textColor :: (Literate w) => Attr w Color
+ Graphics.UI.WX.Classes: textColor :: Literate w => Attr w Color
- Graphics.UI.WX.Classes: tooltip :: (Tipped w) => Attr w String
+ Graphics.UI.WX.Classes: tooltip :: Tipped w => Attr w String
- Graphics.UI.WX.Classes: unsafeDefaultItem :: (HasDefault w) => Attr w (Window ())
+ Graphics.UI.WX.Classes: unsafeDefaultItem :: HasDefault w => Attr w (Window ())
- Graphics.UI.WX.Classes: value :: (Valued w) => Attr (w a) a
+ Graphics.UI.WX.Classes: value :: Valued w => Attr (w a) a
- Graphics.UI.WX.Classes: virtualSize :: (Dimensions w) => Attr w Size
+ Graphics.UI.WX.Classes: virtualSize :: Dimensions w => Attr w Size
- Graphics.UI.WX.Classes: visible :: (Visible w) => Attr w Bool
+ Graphics.UI.WX.Classes: visible :: Visible w => Attr w Bool
- Graphics.UI.WX.Controls: alignment :: (Aligned w) => CreateAttr w Align
+ Graphics.UI.WX.Controls: alignment :: Aligned w => CreateAttr w Align
- Graphics.UI.WX.Controls: processEnter :: (Styled w) => Attr w Bool
+ Graphics.UI.WX.Controls: processEnter :: Styled w => Attr w Bool
- Graphics.UI.WX.Controls: processTab :: (Styled w) => Attr w Bool
+ Graphics.UI.WX.Controls: processTab :: Styled w => Attr w Bool
- Graphics.UI.WX.Controls: sorted :: (Sorted w) => CreateAttr w Bool
+ Graphics.UI.WX.Controls: sorted :: Sorted w => CreateAttr w Bool
- Graphics.UI.WX.Controls: wrap :: (Wrapped w) => CreateAttr w Wrap
+ Graphics.UI.WX.Controls: wrap :: Wrapped w => CreateAttr w Wrap
- Graphics.UI.WX.Draw: brush :: (Brushed w) => Attr w BrushStyle
+ Graphics.UI.WX.Draw: brush :: Brushed w => Attr w BrushStyle
- Graphics.UI.WX.Draw: brushColor :: (Brushed w) => Attr w Color
+ Graphics.UI.WX.Draw: brushColor :: Brushed w => Attr w Color
- Graphics.UI.WX.Draw: brushKind :: (Brushed w) => Attr w BrushKind
+ Graphics.UI.WX.Draw: brushKind :: Brushed w => Attr w BrushKind
- Graphics.UI.WX.Draw: pen :: (Drawn w) => Attr w PenStyle
+ Graphics.UI.WX.Draw: pen :: Drawn w => Attr w PenStyle
- Graphics.UI.WX.Draw: penCap :: (Drawn w) => Attr w CapStyle
+ Graphics.UI.WX.Draw: penCap :: Drawn w => Attr w CapStyle
- Graphics.UI.WX.Draw: penColor :: (Drawn w) => Attr w Color
+ Graphics.UI.WX.Draw: penColor :: Drawn w => Attr w Color
- Graphics.UI.WX.Draw: penJoin :: (Drawn w) => Attr w JoinStyle
+ Graphics.UI.WX.Draw: penJoin :: Drawn w => Attr w JoinStyle
- Graphics.UI.WX.Draw: penKind :: (Drawn w) => Attr w PenKind
+ Graphics.UI.WX.Draw: penKind :: Drawn w => Attr w PenKind
- Graphics.UI.WX.Draw: penWidth :: (Drawn w) => Attr w Int
+ Graphics.UI.WX.Draw: penWidth :: Drawn w => Attr w Int
- Graphics.UI.WX.Events: activate :: (Reactive w) => Event w (Bool -> IO ())
+ Graphics.UI.WX.Events: activate :: Reactive w => Event w (Bool -> IO ())
- Graphics.UI.WX.Events: anyKey :: (Reactive w) => Event w (Key -> IO ())
+ Graphics.UI.WX.Events: anyKey :: Reactive w => Event w (Key -> IO ())
- Graphics.UI.WX.Events: charKey :: (Reactive w) => Char -> Event w (IO ())
+ Graphics.UI.WX.Events: charKey :: Reactive w => Char -> Event w (IO ())
- Graphics.UI.WX.Events: click :: (Reactive w) => Event w (Point -> IO ())
+ Graphics.UI.WX.Events: click :: Reactive w => Event w (Point -> IO ())
- Graphics.UI.WX.Events: clickRight :: (Reactive w) => Event w (Point -> IO ())
+ Graphics.UI.WX.Events: clickRight :: Reactive w => Event w (Point -> IO ())
- Graphics.UI.WX.Events: closing :: (Reactive w) => Event w (IO ())
+ Graphics.UI.WX.Events: closing :: Reactive w => Event w (IO ())
- Graphics.UI.WX.Events: command :: (Commanding w) => Event w (IO ())
+ Graphics.UI.WX.Events: command :: Commanding w => Event w (IO ())
- Graphics.UI.WX.Events: doubleClick :: (Reactive w) => Event w (Point -> IO ())
+ Graphics.UI.WX.Events: doubleClick :: Reactive w => Event w (Point -> IO ())
- Graphics.UI.WX.Events: drag :: (Reactive w) => Event w (Point -> IO ())
+ Graphics.UI.WX.Events: drag :: Reactive w => Event w (Point -> IO ())
- Graphics.UI.WX.Events: enter :: (Reactive w) => Event w (Point -> IO ())
+ Graphics.UI.WX.Events: enter :: Reactive w => Event w (Point -> IO ())
- Graphics.UI.WX.Events: focus :: (Reactive w) => Event w (Bool -> IO ())
+ Graphics.UI.WX.Events: focus :: Reactive w => Event w (Bool -> IO ())
- Graphics.UI.WX.Events: idle :: (Reactive w) => Event w (IO Bool)
+ Graphics.UI.WX.Events: idle :: Reactive w => Event w (IO Bool)
- Graphics.UI.WX.Events: key :: (Reactive w) => Key -> Event w (IO ())
+ Graphics.UI.WX.Events: key :: Reactive w => Key -> Event w (IO ())
- Graphics.UI.WX.Events: keyboard :: (Reactive w) => Event w (EventKey -> IO ())
+ Graphics.UI.WX.Events: keyboard :: Reactive w => Event w (EventKey -> IO ())
- Graphics.UI.WX.Events: leave :: (Reactive w) => Event w (Point -> IO ())
+ Graphics.UI.WX.Events: leave :: Reactive w => Event w (Point -> IO ())
- Graphics.UI.WX.Events: motion :: (Reactive w) => Event w (Point -> IO ())
+ Graphics.UI.WX.Events: motion :: Reactive w => Event w (Point -> IO ())
- Graphics.UI.WX.Events: mouse :: (Reactive w) => Event w (EventMouse -> IO ())
+ Graphics.UI.WX.Events: mouse :: Reactive w => Event w (EventMouse -> IO ())
- Graphics.UI.WX.Events: paint :: (Paint w) => Event w (DC () -> Rect -> IO ())
+ Graphics.UI.WX.Events: paint :: Paint w => Event w (DC () -> Rect -> IO ())
- Graphics.UI.WX.Events: paintRaw :: (Paint w) => Event w (DC () -> Rect -> [Rect] -> IO ())
+ Graphics.UI.WX.Events: paintRaw :: Paint w => Event w (DC () -> Rect -> [Rect] -> IO ())
- Graphics.UI.WX.Events: repaint :: (Paint w) => w -> IO ()
+ Graphics.UI.WX.Events: repaint :: Paint w => w -> IO ()
- Graphics.UI.WX.Events: resize :: (Reactive w) => Event w (IO ())
+ Graphics.UI.WX.Events: resize :: Reactive w => Event w (IO ())
- Graphics.UI.WX.Events: select :: (Selecting w) => Event w (IO ())
+ Graphics.UI.WX.Events: select :: Selecting w => Event w (IO ())
- Graphics.UI.WX.Events: unclick :: (Reactive w) => Event w (Point -> IO ())
+ Graphics.UI.WX.Events: unclick :: Reactive w => Event w (Point -> IO ())
- Graphics.UI.WX.Events: unclickRight :: (Reactive w) => Event w (Point -> IO ())
+ Graphics.UI.WX.Events: unclickRight :: Reactive w => Event w (Point -> IO ())
- Graphics.UI.WX.Layout: layout :: (Form w) => Attr w Layout
+ Graphics.UI.WX.Layout: layout :: Form w => Attr w Layout
- Graphics.UI.WX.Media: imageCreateFromPixelArray :: (IArray a Color) => a Point Color -> IO (Image ())
+ Graphics.UI.WX.Media: imageCreateFromPixelArray :: IArray a Color => a Point Color -> IO (Image ())
- Graphics.UI.WX.Media: imageGetPixelArray :: (IArray a Color) => Image b -> IO (a Point Color)
+ Graphics.UI.WX.Media: imageGetPixelArray :: IArray a Color => Image b -> IO (a Point Color)
- Graphics.UI.WX.Media: play :: (Media w) => w -> IO ()
+ Graphics.UI.WX.Media: play :: Media w => w -> IO ()
- Graphics.UI.WX.Media: stop :: (Media w) => w -> IO ()
+ Graphics.UI.WX.Media: stop :: Media w => w -> IO ()
- Graphics.UI.WX.Types: assocBitMask :: (BitMask b) => [(b, Int)]
+ Graphics.UI.WX.Types: assocBitMask :: BitMask b => [(b, Int)]
- Graphics.UI.WX.Types: class (Eq b) => BitMask b
+ Graphics.UI.WX.Types: class Eq b => BitMask b
- Graphics.UI.WX.Types: colorBlue :: (Num a) => Color -> a
+ Graphics.UI.WX.Types: colorBlue :: Num a => Color -> a
- Graphics.UI.WX.Types: colorGreen :: (Num a) => Color -> a
+ Graphics.UI.WX.Types: colorGreen :: Num a => Color -> a
- Graphics.UI.WX.Types: colorRGB :: (Integral a) => a -> a -> a -> Color
+ Graphics.UI.WX.Types: colorRGB :: Integral a => a -> a -> a -> Color
- Graphics.UI.WX.Types: colorRed :: (Num a) => Color -> a
+ Graphics.UI.WX.Types: colorRed :: Num a => Color -> a
- Graphics.UI.WX.Types: data (Num a) => Point2 a :: * -> *
+ Graphics.UI.WX.Types: data Num a => Point2 a :: * -> *
- Graphics.UI.WX.Types: data (Num a) => Rect2D a :: * -> *
+ Graphics.UI.WX.Types: data Num a => Rect2D a :: * -> *
- Graphics.UI.WX.Types: data (Num a) => Size2D a :: * -> *
+ Graphics.UI.WX.Types: data Num a => Size2D a :: * -> *
- Graphics.UI.WX.Types: data (Num a) => Vector2 a :: * -> *
+ Graphics.UI.WX.Types: data Num a => Vector2 a :: * -> *
- Graphics.UI.WX.Types: fromBitMask :: (BitMask b) => Int -> b
+ Graphics.UI.WX.Types: fromBitMask :: BitMask b => Int -> b
- Graphics.UI.WX.Types: mask :: (BitMask b) => [b] -> Int
+ Graphics.UI.WX.Types: mask :: BitMask b => [b] -> Int
- Graphics.UI.WX.Types: point :: (Num a) => a -> a -> Point2 a
+ Graphics.UI.WX.Types: point :: Num a => a -> a -> Point2 a
- Graphics.UI.WX.Types: pointAdd :: (Num a) => Point2 a -> Point2 a -> Point2 a
+ Graphics.UI.WX.Types: pointAdd :: Num a => Point2 a -> Point2 a -> Point2 a
- Graphics.UI.WX.Types: pointFromSize :: (Num a) => Size -> Point2 a
+ Graphics.UI.WX.Types: pointFromSize :: Num a => Size -> Point2 a
- Graphics.UI.WX.Types: pointFromVec :: (Num a) => Vector -> Point2 a
+ Graphics.UI.WX.Types: pointFromVec :: Num a => Vector -> Point2 a
- Graphics.UI.WX.Types: pointMove :: (Num a) => Vector2 a -> Point2 a -> Point2 a
+ Graphics.UI.WX.Types: pointMove :: Num a => Vector2 a -> Point2 a -> Point2 a
- Graphics.UI.WX.Types: pointMoveBySize :: (Num a) => Point2 a -> Size2D a -> Point2 a
+ Graphics.UI.WX.Types: pointMoveBySize :: Num a => Point2 a -> Size2D a -> Point2 a
- Graphics.UI.WX.Types: pointNull :: (Num a) => Point2 a
+ Graphics.UI.WX.Types: pointNull :: Num a => Point2 a
- Graphics.UI.WX.Types: pointScale :: (Num a) => Point2 a -> a -> Point2 a
+ Graphics.UI.WX.Types: pointScale :: Num a => Point2 a -> a -> Point2 a
- Graphics.UI.WX.Types: pointSub :: (Num a) => Point2 a -> Point2 a -> Point2 a
+ Graphics.UI.WX.Types: pointSub :: Num a => Point2 a -> Point2 a -> Point2 a
- Graphics.UI.WX.Types: pointZero :: (Num a) => Point2 a
+ Graphics.UI.WX.Types: pointZero :: Num a => Point2 a
- Graphics.UI.WX.Types: pt :: (Num a) => a -> a -> Point2 a
+ Graphics.UI.WX.Types: pt :: Num a => a -> a -> Point2 a
- Graphics.UI.WX.Types: rect :: (Num a) => Point2 a -> Size2D a -> Rect2D a
+ Graphics.UI.WX.Types: rect :: Num a => Point2 a -> Size2D a -> Rect2D a
- Graphics.UI.WX.Types: rectBottom :: (Num a) => Rect2D a -> a
+ Graphics.UI.WX.Types: rectBottom :: Num a => Rect2D a -> a
- Graphics.UI.WX.Types: rectBottomLeft :: (Num a) => Rect2D a -> Point2 a
+ Graphics.UI.WX.Types: rectBottomLeft :: Num a => Rect2D a -> Point2 a
- Graphics.UI.WX.Types: rectBottomRight :: (Num a) => Rect2D a -> Point2 a
+ Graphics.UI.WX.Types: rectBottomRight :: Num a => Rect2D a -> Point2 a
- Graphics.UI.WX.Types: rectCentralPointDouble :: (Fractional a) => Rect2D a -> Point2 a
+ Graphics.UI.WX.Types: rectCentralPointDouble :: Fractional a => Rect2D a -> Point2 a
- Graphics.UI.WX.Types: rectCentralRectDouble :: (Fractional a) => Rect2D a -> Size2D a -> Rect2D a
+ Graphics.UI.WX.Types: rectCentralRectDouble :: Fractional a => Rect2D a -> Size2D a -> Rect2D a
- Graphics.UI.WX.Types: rectFromPoint :: (Num a) => Point2 a -> Rect2D a
+ Graphics.UI.WX.Types: rectFromPoint :: Num a => Point2 a -> Rect2D a
- Graphics.UI.WX.Types: rectFromSize :: (Num a) => Size2D a -> Rect2D a
+ Graphics.UI.WX.Types: rectFromSize :: Num a => Size2D a -> Rect2D a
- Graphics.UI.WX.Types: rectIsEmpty :: (Num a) => Rect2D a -> Bool
+ Graphics.UI.WX.Types: rectIsEmpty :: Num a => Rect2D a -> Bool
- Graphics.UI.WX.Types: rectMove :: (Num a) => Rect2D a -> Vector2 a -> Rect2D a
+ Graphics.UI.WX.Types: rectMove :: Num a => Rect2D a -> Vector2 a -> Rect2D a
- Graphics.UI.WX.Types: rectMoveTo :: (Num a) => Rect2D a -> Point2 a -> Rect2D a
+ Graphics.UI.WX.Types: rectMoveTo :: Num a => Rect2D a -> Point2 a -> Rect2D a
- Graphics.UI.WX.Types: rectNull :: (Num a) => Rect2D a
+ Graphics.UI.WX.Types: rectNull :: Num a => Rect2D a
- Graphics.UI.WX.Types: rectRight :: (Num a) => Rect2D a -> a
+ Graphics.UI.WX.Types: rectRight :: Num a => Rect2D a -> a
- Graphics.UI.WX.Types: rectSize :: (Num a) => Rect2D a -> Size2D a
+ Graphics.UI.WX.Types: rectSize :: Num a => Rect2D a -> Size2D a
- Graphics.UI.WX.Types: rectStretchTo :: (Num a) => Rect2D a -> Size2D a -> Rect2D a
+ Graphics.UI.WX.Types: rectStretchTo :: Num a => Rect2D a -> Size2D a -> Rect2D a
- Graphics.UI.WX.Types: rectTopLeft :: (Num a) => Rect2D a -> Point2 a
+ Graphics.UI.WX.Types: rectTopLeft :: Num a => Rect2D a -> Point2 a
- Graphics.UI.WX.Types: rectTopRight :: (Num a) => Rect2D a -> Point2 a
+ Graphics.UI.WX.Types: rectTopRight :: Num a => Rect2D a -> Point2 a
- Graphics.UI.WX.Types: rectZero :: (Num a) => Rect2D a
+ Graphics.UI.WX.Types: rectZero :: Num a => Rect2D a
- Graphics.UI.WX.Types: rgb :: (Integral a) => a -> a -> a -> Color
+ Graphics.UI.WX.Types: rgb :: Integral a => a -> a -> a -> Color
- Graphics.UI.WX.Types: setBitMask :: (BitMask b) => b -> Int -> Int
+ Graphics.UI.WX.Types: setBitMask :: BitMask b => b -> Int -> Int
- Graphics.UI.WX.Types: sizeFromPoint :: (Num a) => Point2 a -> Size2D a
+ Graphics.UI.WX.Types: sizeFromPoint :: Num a => Point2 a -> Size2D a
- Graphics.UI.WX.Types: sizeFromVec :: (Num a) => Vector2 a -> Size2D a
+ Graphics.UI.WX.Types: sizeFromVec :: Num a => Vector2 a -> Size2D a
- Graphics.UI.WX.Types: sizeNull :: (Num a) => Size2D a
+ Graphics.UI.WX.Types: sizeNull :: Num a => Size2D a
- Graphics.UI.WX.Types: sizeZero :: (Num a) => Size2D a
+ Graphics.UI.WX.Types: sizeZero :: Num a => Size2D a
- Graphics.UI.WX.Types: sz :: (Num a) => a -> a -> Size2D a
+ Graphics.UI.WX.Types: sz :: Num a => a -> a -> Size2D a
- Graphics.UI.WX.Types: toBitMask :: (BitMask b) => b -> Int
+ Graphics.UI.WX.Types: toBitMask :: BitMask b => b -> Int
- Graphics.UI.WX.Types: vec :: (Num a) => a -> a -> Vector2 a
+ Graphics.UI.WX.Types: vec :: Num a => a -> a -> Vector2 a
- Graphics.UI.WX.Types: vecAdd :: (Num a) => Vector2 a -> Vector2 a -> Vector2 a
+ Graphics.UI.WX.Types: vecAdd :: Num a => Vector2 a -> Vector2 a -> Vector2 a
- Graphics.UI.WX.Types: vecBetween :: (Num a) => Point2 a -> Point2 a -> Vector2 a
+ Graphics.UI.WX.Types: vecBetween :: Num a => Point2 a -> Point2 a -> Vector2 a
- Graphics.UI.WX.Types: vecFromPoint :: (Num a) => Point2 a -> Vector2 a
+ Graphics.UI.WX.Types: vecFromPoint :: Num a => Point2 a -> Vector2 a
- Graphics.UI.WX.Types: vecNegate :: (Num a) => Vector2 a -> Vector2 a
+ Graphics.UI.WX.Types: vecNegate :: Num a => Vector2 a -> Vector2 a
- Graphics.UI.WX.Types: vecNull :: (Num a) => Vector2 a
+ Graphics.UI.WX.Types: vecNull :: Num a => Vector2 a
- Graphics.UI.WX.Types: vecOrtogonal :: (Num a) => Vector2 a -> Vector2 a
+ Graphics.UI.WX.Types: vecOrtogonal :: Num a => Vector2 a -> Vector2 a
- Graphics.UI.WX.Types: vecScale :: (Num a) => Vector2 a -> a -> Vector2 a
+ Graphics.UI.WX.Types: vecScale :: Num a => Vector2 a -> a -> Vector2 a
- Graphics.UI.WX.Types: vecSub :: (Num a) => Vector2 a -> Vector2 a -> Vector2 a
+ Graphics.UI.WX.Types: vecSub :: Num a => Vector2 a -> Vector2 a -> Vector2 a
- Graphics.UI.WX.Types: vecZero :: (Num a) => Vector2 a
+ Graphics.UI.WX.Types: vecZero :: Num a => Vector2 a
- Graphics.UI.WX.Types: vector :: (Num a) => a -> a -> Vector2 a
+ Graphics.UI.WX.Types: vector :: Num a => a -> a -> Vector2 a
- Graphics.UI.WX.Window: initialClipChildren :: (Parent w) => ([Prop w] -> Style -> a) -> [Prop w] -> Style -> a
+ Graphics.UI.WX.Window: initialClipChildren :: Parent w => ([Prop w] -> Style -> a) -> [Prop w] -> Style -> a
- Graphics.UI.WX.Window: initialFullRepaintOnResize :: (Visible w) => ([Prop w] -> Style -> a) -> [Prop w] -> Style -> a
+ Graphics.UI.WX.Window: initialFullRepaintOnResize :: Visible w => ([Prop w] -> Style -> a) -> [Prop w] -> Style -> a
- Graphics.UI.WX.Window: initialIdentity :: (Identity w) => (Id -> [Prop w] -> a) -> [Prop w] -> a
+ Graphics.UI.WX.Window: initialIdentity :: Identity w => (Id -> [Prop w] -> a) -> [Prop w] -> a
- Graphics.UI.WX.Window: initialStyle :: (Styled w) => ([Prop w] -> Style -> a) -> [Prop w] -> Style -> a
+ Graphics.UI.WX.Window: initialStyle :: Styled w => ([Prop w] -> Style -> a) -> [Prop w] -> Style -> a
- Graphics.UI.WX.Window: initialText :: (Textual w) => (String -> [Prop w] -> a) -> [Prop w] -> a
+ Graphics.UI.WX.Window: initialText :: Textual w => (String -> [Prop w] -> a) -> [Prop w] -> a

Files

wx.cabal view
@@ -1,5 +1,5 @@ Name:           wx-Version:        0.12.1.5+Version:        0.12.1.6 License:        LGPL License-file:   license.txt Homepage:       http://haskell.org/haskellwiki/WxHaskell@@ -20,7 +20,7 @@  Library     if flag(splitBase)-        build-depends: wxcore >= 0.12.1.4,+        build-depends: wxcore >= 0.12.1.6,                        stm         if flag(newBase)             build-depends:@@ -30,7 +30,7 @@                 base >= 3 && < 4     else         build-depends: base <  3, -                       wxcore >= 0.12.1.4,+                       wxcore >= 0.12.1.6,                        stm   Exposed-Modules: