fltkhs-themes 0.1.0.4 → 0.1.0.5
raw patch · 1 files changed
+5/−6 lines, 1 filesdep ~fltkhsPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: fltkhs
API changes (from Hackage documentation)
- Graphics.UI.FLTK.Theme.Light: data GetDirection a
- Graphics.UI.FLTK.Theme.Light: data GetSuspended a
- Graphics.UI.FLTK.Theme.Light: data SetDirection a
- Graphics.UI.FLTK.Theme.Light: data SetSuspended a
- Graphics.UI.FLTK.Theme.Light: getDirection :: (HasCallStack, Match r ~ FindOp a a GetDirection (), Op GetDirection () r a impl) => Ref a -> impl
- Graphics.UI.FLTK.Theme.Light: getSuspended :: (HasCallStack, Match r ~ FindOp a a GetSuspended (), Op GetSuspended () r a impl) => Ref a -> impl
- Graphics.UI.FLTK.Theme.Light: setDirection :: (HasCallStack, Match r ~ FindOp a a SetDirection (), Op SetDirection () r a impl) => Ref a -> impl
- Graphics.UI.FLTK.Theme.Light: setSuspended :: (HasCallStack, Match r ~ FindOp a a SetSuspended (), Op SetSuspended () r a impl) => Ref a -> impl
- Graphics.UI.FLTK.Theme.Light: type HiddenTimer = CHiddenTimer Widget
- Graphics.UI.FLTK.Theme.Light: type Timer = CTimer Widget
- Graphics.UI.FLTK.Theme.Light: type ValueTimer = CValueTimer Widget
- Graphics.UI.FLTK.Theme.Light: type WidgetFuncs = Destroy Handle GetParent SetParent GetType_ SetType DrawLabel DoCallback GetX GetY GetW GetH GetRectangle SetAlign GetAlign GetBox SetBox GetColor SetColor SetColorWithBgSel GetSelectionColor SetSelectionColor GetLabel CopyLabel SetLabel GetLabeltype SetLabeltype GetLabelcolor SetLabelcolor GetLabelfont SetLabelfont GetLabelsize SetLabelsize GetImage SetImage GetDeimage SetDeimage GetTooltip CopyTooltip SetTooltip GetWhen SetWhen GetVisible GetVisibleR ShowWidgetSuper ShowWidget HideSuper Hide SetVisible ClearVisible Active ActiveR Activate Deactivate GetOutput SetOutput Takesevents Changed SetChanged ClearChanged SetActive ClearActive TakeFocus SetVisibleFocus ClearVisibleFocus ModifyVisibleFocus GetVisibleFocus Contains Inside Redraw RedrawLabel GetDamage ClearDamageThenSet ClearDamage SetDamage SetDamageInside MeasureLabel GetWindow GetTopWindow GetTopWindowOffset ResizeSuper Resize SetCallback HasCallback DrawBox DrawBoxWithBoxtype DrawBackdrop DrawFocus Flags SetFlag ClearFlag ()
+ Graphics.UI.FLTK.Theme.Light: type WidgetFuncs = Destroy Handle GetParent SetParent GetType_ SetType DrawLabel DoCallback GetX GetY GetW GetH GetRectangle SetAlign GetAlign GetBox SetBox GetColor SetColor SetColorWithBgSel GetSelectionColor SetSelectionColor GetLabel SetLabel GetLabeltype SetLabeltype GetLabelcolor SetLabelcolor GetLabelfont SetLabelfont GetLabelsize SetLabelsize GetImage SetImage GetDeimage SetDeimage GetTooltip CopyTooltip SetTooltip GetWhen SetWhen GetVisible GetVisibleR ShowWidgetSuper ShowWidget HideSuper Hide SetVisible ClearVisible Active ActiveR Activate Deactivate GetOutput SetOutput Takesevents Changed SetChanged ClearChanged SetActive ClearActive TakeFocus SetVisibleFocus ClearVisibleFocus ModifyVisibleFocus GetVisibleFocus Contains Inside Redraw RedrawLabel GetDamage ClearDamageThenSet ClearDamage SetDamage SetDamageInside MeasureLabel GetWindow GetTopWindow GetTopWindowOffset ResizeSuper Resize SetCallback HasCallback DrawBox DrawBoxWithBoxtype DrawBackdrop DrawFocus Flags SetFlag ClearFlag ClearOutput ()
Files
- fltkhs-themes.cabal +5/−6
fltkhs-themes.cabal view
@@ -1,13 +1,11 @@-cabal-version: 1.24---- This file has been generated from package.yaml by hpack version 0.31.1.+-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack ----- hash: 9d8ff5ff7de43e6a8c77ad2b75f0118d08b55511f82dd13c5f2e852854c57761+-- hash: 4949489eafd4a34f3497810c7c3cb766b96fe45f66e8256f09a520e03624f65f name: fltkhs-themes-version: 0.1.0.4+version: 0.1.0.5 synopsis: A set of themed widgets that provides drop in replacements to the ones in FLTKHS. description: Please see the README on Github at <https://github.com/deech/fltkhs-themes#readme> category: UI,Graphics,GUI,User Interfaces@@ -19,6 +17,7 @@ license: BSD3 license-file: LICENSE build-type: Custom+cabal-version: >= 1.24 extra-source-files: README.org extra-doc-files:@@ -95,7 +94,7 @@ build-depends: base >=4.7 && <5 , bytestring- , fltkhs >=0.7.0.2+ , fltkhs >=0.7.0.3 , load-font >=0.1.0.2 , text >=1.2.2.0 , vector >=0.12.0.1