LGPL-2.1-only licensed and maintained by Iñaki García Etxebarria
This version can be pinned in stack with:gi-gtk-3.0.41@sha256:61dbfd271731fe3b3dcd25247451b40650743d0f537ed96778e3397aadb8cd63,40182

Module documentation for 3.0.41

Documentation

Autogenerated documentation for this package can be found at

https://hackage.haskell.org/package/gi-gtk-3.0.41/docs/GI-Gtk.html

For general documentation on using haskell-gi based bindings, see the project page or the Wiki.

Changes

3.0.41

  • Bump base lower bound

3.0.40

  • Bump base lower bound

3.0.39

  • Relax constraint on text

3.0.38

  • Update to haskell-gi(-base)-0.26

3.0.37

  • Update to haskell-gi(-base)-0.25

3.0.36

3.0.35

3.0.34

  • Upgrade to haskell-gi-base-0.24

3.0.33

3.0.32

  • Update for haskell-gi(-base)-0.23

3.0.31

  • Add support for inherited dependencies

3.0.30

  • Tighten bounds in haskell-gi(-base)

3.0.29

  • List autogenerated modules in .cabal file

3.0.28

  • Update to haskell-gi(-base) 0.22

3.0.27

3.0.26

  • Make sure that the ‘data’ argument of CellLayoutDataFunc is properly anotated as a closure argument.

3.0.25

3.0.24

3.0.23

3.0.22

  • The return value of applicationNew can be null, but it is not marked as such in the introspection data, leading to a rather confusing error message (see issue 142 and issue 143).

3.0.21

3.0.20

3.0.19

  • Remove enable-overloading flags, and use instead explicit CPP checks for ‘haskell-gi-overloading-1.0’, see how to disable overloading.

3.0.18

  • Fix introspection info for buttonSetImage. Image parameter can be null.

3.0.15

3.0.14

Update lower version bound on haskell-gi (>= 0.20.1).

3.0.13

Update nullable overrides to match gtk+ 3.22.11.

3.0.12

Fix a mistake in the introspection data in widgetGetParentwindow, where the return value was not properly annotated as nullable. Fixes #90.