-
I drag file on label and got panic.
(panic: reflect.Value.Convert: value of type uintptr cannot be converted to type *gtk.SelectionData)
I can use "uintptr" but how to get file names?
I use Linux …
-
When I tried this go get https://github.com/gotk3/gotk3 and go build example.go
I tried to build it because it managed to get the code, and it was added as go build example.go returned an error with a…
ghost updated
5 years ago
-
Hi,
I have to add a parameter to all linters: `-tags gtk_3_18` because I'm using the [github.com/gotk3/gotk3/gtk](https://github.com/gotk3/gotk3/gtk) lib.
I've read this issue #176 to specify a ne…
-
I think it's relatd to https://github.com/gotk3/gotk3/issues/306.
In general terms signals of widgets return which widget the action was performed on. However, that widget is a new wrapper over the…
-
```
$ ./itch-setup --help
usage: itch-setup [] [...]
The itch installer and self-updater
Flags:
-h, --help Show context-sensitive help (also try --help-long and --help-man).
…
-
Hi,
Can't run it on win7 x64.
Installed:
msys2-x86_64-20180531
go.1.11.4
all dependencies and paths
But when I run go get gotk i got this error.
go get -u github.com/gotk3…
-
I want to set an IconView model to nil, add a lot of widgets to the model, and put the model back into the IconView. This saves generating updates to the IconView hundreds of times, once for each widg…
-
I built gotk3/gotk3@628094034cb2 today with GTK 3.22.30 and got greeted by two deprecation warnings for functions on `GtkWidget`
* `override_background_color`:
```
cgo-gcc-prolog: In function…
-
I am attempting to run the examples, but I am getting this message on all that I've tried:
```
/home/jackman/opt/go/bin/go run /home/jackman/gopath/src/github.com/gotk3/gotk3-examples/gtk-examples/si…
-
Hi,
i've some issue to set parent for Dialog.
Below , a ready to play example with multiples TESTs ...
```Go
package main
import (
"fmt"
"log"
"os"
"github.com/gotk3/gotk3/gdk"
"g…