# Gtk documentation

**URL:** https://discourse.julialang.org/t/gtk-documentation/28937
**Category:** New to Julia
**Created:** [September 19, 2019, 6:46am UTC](https://discourse.julialang.org/t/gtk-documentation/28937 "2019-09-19T06:46:13Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![jonoke](https://avatars.discourse-cdn.com/v4/letter/j/a8b319/32.png) [@jonoke](https://discourse.julialang.org/u/jonoke)
#### Post date: [September 19, 2019, 6:46am UTC](https://discourse.julialang.org/t/gtk-documentation/28937/1 "2019-09-19T06:46:13Z")

</div>

Firstly, seeing as the first sentence of the introduction is a link to the Gtk documentation, is there a document somewhere that describes how to map the Julia library’s interface to the Gtk doco - like a “How to” read the Gtk doco with Julia eyes…

And … not sure if here is the place, but …

the links “installation troubleshooting” and “built it into your local installtion of julia” on [Home · Gtk.jl](https://juliagraphics.github.io/Gtk.jl/latest/) give 404 errors, and there are a few other image links that are broken too - at the end of the Box section on [https://juliagraphics.github.io/Gtk.jl/latest/manual/layout.html](https://juliagraphics.github.io/Gtk.jl/latest/manual/layout.html)

Jonathan.

---

<div class="post-metadata">

### Author: ![jonathanBieler](https://avatars.discourse-cdn.com/v4/letter/j/82dd89/32.png) [@jonathanBieler](https://discourse.julialang.org/u/jonathanBieler)
#### Post date: [September 19, 2019, 8:46am UTC](https://discourse.julialang.org/t/gtk-documentation/28937/2 "2019-09-19T08:46:22Z")

</div>

You can look [here](https://discourse.julialang.org/t/does-there-exist-a-comprehensive-manual-for-an-overview-of-the-functions-and-features-provided-in-gtk-jl/28119) for some tips.

There’s been some updates to the doc to fix broken links lately but the last PR isn’t getting deployed, I’m not sure why :

```julia
3.57s$ $TESTCMD -e 'using Pkg; import Gtk; cd(joinpath(dirname(pathof(Gtk)))); ENV["DOCUMENTER_DEBUG"] = "true"; include(joinpath("docs", "make.jl"))'
**(julia:6078): WARNING**: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
ERROR: could not open file /home/travis/build/JuliaGraphics/Gtk.jl/src/docs/make.jl
Stacktrace:
 [1] include at ./boot.jl:328 [inlined]
 [2] include_relative(::Module, ::String) at ./loading.jl:1094
 [3] include(::Module, ::String) at ./Base.jl:31
 [4] include(::String) at ./client.jl:431
 [5] top-level scope at none:1

```

> **[Travis CI - Test and Deploy with Confidence](https://app.travis-ci.com/JuliaGraphics/Gtk.jl/jobs/586522479)**
>
> Travis CI enables your team to test and ship your apps with confidence. Easily sync your projects with Travis CI and you'll be testing your code in minutes.
