No description
Find a file
Andreas Rumpf f953f3a6a1
Merge pull request #28 from timotheecour/pr_refs_D20210305T104932
add tests, fix compilation issues, update nimble file etc
2021-03-08 12:41:30 +01:00
examples add tests, fix compilation issues, update nimble file etc 2021-03-05 16:42:40 -08:00
src add tests, fix compilation issues, update nimble file etc 2021-03-05 16:42:40 -08:00
tests add tests, fix compilation issues, update nimble file etc 2021-03-05 16:42:40 -08:00
gtk2.nimble add tests, fix compilation issues, update nimble file etc 2021-03-05 16:42:40 -08:00
LICENSE Create LICENSE 2016-07-31 13:26:05 +02:00
readme.markdown GTK-Quartz will now be preferred on OS X, with an X11 fallback. 2016-03-25 17:02:01 +00:00

Installation

You can install this wrapper using the Nimble package manager.

nimble install gtk2 # To install latest tagged version from git, if one exists.
nimble install gtk2#head # To install GIT HEAD.

Use this wrapper as part of your nimble package

If you wish to add this wrapper as a dependency to your nimble package then add the following to your .nimble file.

[Deps]
Requires = "gtk2#head"

Notes

OSX

As of version 1.1 this binding will use GTK-Quartz if it is available, otherwise it will fallback to the X11 version of GTK.