-
Hello
First I would like to thank you for all your previous help.
I am having a problem with catching a webkit2 "load-changed" signal using gotk3 bindings. Callback function is called with load event…
-
I'm trying to implement drawing area, but I'm having some trouble connecting it to the "draw" signal. I keep getting "no suitable Go value for arg 1: type conversion not supported". Am I messing up th…
-
While it's a little annoying to have to remember to add the `-tags gtk_3_x` flag to every go build/get/run/install command when I'm building Gotk3, it's even more annoying that contributors to downstr…
-
As per the issue title, other packages outside of glib should be able to register the GTypes of their own custom types so a C GValue can be converted to the correct package's Go type.
A registration …
jrick updated
10 years ago
-
Hello
This is a great gtk port, but I am currently missing one thing in it.
I am talking about GtkOffscreenWindow implementation.
Functions to create offscreen window and functions ti access window i…
-
|> go install -compiler gccgo -gccgoflags -O3 github.com/conformal/gotk3/gtk
# github.com/conformal/gotk3/gdk
github.com/conformal/gotk3/gdk/gdk.go:87:40: error: invalid type conversion (cannot use t…
-
Hello
Hello I would love to try this library, but I have problem compiling it.
If I try to compile it with go 1.2 I get the following message.
> $ go build github.com/sourcegraph/go-webkit2/webkit2…
-
Building using the 3.8 tag on Debian Unstable with the default toolchain seems to work fine. However trying to us GCCGO leads to the following:
|> go install -compiler gccgo -gccgoflags -O3 -tags gtk…
-
$ go get github.com/conformal/gotk3/gtk
# github.com/conformal/gotk3/gtk
37: error: 'gtk_window_close' undeclared (first use in this function)
Running Ubuntu 13.10. Wondering if this is a bug or I'…
-
The vim plugin is causing gocode to panic when I try to in this file:
```
package main
import (
"github.com/conformal/gotk3/gtk"
)
func main() {
}
```
If I remove the `gtk` import, all is wel…