-
On ubuntu 16.04 I'm trying to run a [very basic headless browser](https://github.com/sourcegraph/webloop#operating-a-headless-webkit-and-running-arbitrary-javascript-in-the-page) but getting an error …
-
Sometimes Go will notice that a gotk3 wrapper object is unreachable and run the finalizer, unrefing the underlying object, while a call into C is made. I made a demo that can stress this here: https:…
-
When I compile my application on an ARM platform with the 1.8.3 go compiler with the actual version of gotk3 I get the following error:
../../github.com/gotk3/gotk3/gtk/print.go:1502: type [1073741…
-
The README says that Gtk+ version 3.12 and later suffices. I have this on Debian Jessie (oldstable, 8):
~~~~
$ apt-cache show libgtk-3-0 | grep Version
Version: 3.14.5-1+deb8u1
~~~~
I have th…
-
I've battled this problem for a while, the solution was to use `glib.IdleAdd`
which seemed to work until today I tried to set the garbage collector to a minimal value `GOGC=1`
I don't know what I'm …
ugjka updated
7 years ago
-
I have the problem with getting the package using ``glide get``. It has some issues with VCS.
`Using `go get`` instead also doesn't work because there are compilation errors.
```
$ glide get g…
-
I was trying to set the the application theme to dark. Below is the sample code:
```go
package main
import (
"github.com/gotk3/gotk3/glib"
"github.com/gotk3/gotk3/gtk"
"log"
"os"
)
…
-
The example on the front page uses the old-fashioned approach to using GTK+3, the old GTK+2 way. GTK+3 now emphasises use of Application and ApplicationWindow. Is this style possible with Gotk3? If it…
-
Sorry for my bad english...
I used https://github.com/gotk3/gotk3/wiki/Installing-on-Windows
`pkg-config --cflags --libs gtk+-3.0` - no error
`go get github.com/gotk3/gotk3/gtk` return:
# gi…
-
LabelNew throws a panic here on Mac OS X El Capitan
```
(process:42530): GLib-GObject-CRITICAL **: g_object_get_qdata: assertion 'G_IS_OBJECT (object)' failed
(process:42530): GLib-GObject-CRITICAL …